Class UpdatePullThroughCacheRuleResponse

    • Method Detail

      • ecrRepositoryPrefix

        public final String ecrRepositoryPrefix()

        The Amazon ECR repository prefix associated with the pull through cache rule.

        Returns:
        The Amazon ECR repository prefix associated with the pull through cache rule.
      • registryId

        public final String registryId()

        The registry ID associated with the request.

        Returns:
        The registry ID associated with the request.
      • updatedAt

        public final Instant updatedAt()

        The date and time, in JavaScript date format, when the pull through cache rule was updated.

        Returns:
        The date and time, in JavaScript date format, when the pull through cache rule was updated.
      • credentialArn

        public final String credentialArn()

        The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
      • customRoleArn

        public final String customRoleArn()

        The ARN of the IAM role associated with the pull through cache rule.

        Returns:
        The ARN of the IAM role associated with the pull through cache rule.
      • upstreamRepositoryPrefix

        public final String upstreamRepositoryPrefix()

        The upstream repository prefix associated with the pull through cache rule.

        Returns:
        The upstream repository prefix associated with the pull through cache rule.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object