Class DeletePullThroughCacheRuleResponse

    • Method Detail

      • ecrRepositoryPrefix

        public final String ecrRepositoryPrefix()

        The Amazon ECR repository prefix associated with the request.

        Returns:
        The Amazon ECR repository prefix associated with the request.
      • upstreamRegistryUrl

        public final String upstreamRegistryUrl()

        The upstream registry URL associated with the pull through cache rule.

        Returns:
        The upstream registry URL associated with the pull through cache rule.
      • createdAt

        public final Instant createdAt()

        The timestamp associated with the pull through cache rule.

        Returns:
        The timestamp 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.
      • 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