Class: Aws::ECR::Types::UpdatePullThroughCacheRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UpdatePullThroughCacheRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
-
#ecr_repository_prefix ⇒ String
The Amazon ECR repository prefix associated with the pull through cache rule.
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#updated_at ⇒ Time
The date and time, in JavaScript date format, when the pull through cache rule was updated.
Instance Attribute Details
#credential_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
4316 4317 4318 4319 4320 4321 4322 4323 |
# File 'lib/aws-sdk-ecr/types.rb', line 4316 class UpdatePullThroughCacheRuleResponse < Struct.new( :ecr_repository_prefix, :registry_id, :updated_at, :credential_arn) SENSITIVE = [] include Aws::Structure end |
#ecr_repository_prefix ⇒ String
The Amazon ECR repository prefix associated with the pull through cache rule.
4316 4317 4318 4319 4320 4321 4322 4323 |
# File 'lib/aws-sdk-ecr/types.rb', line 4316 class UpdatePullThroughCacheRuleResponse < Struct.new( :ecr_repository_prefix, :registry_id, :updated_at, :credential_arn) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
4316 4317 4318 4319 4320 4321 4322 4323 |
# File 'lib/aws-sdk-ecr/types.rb', line 4316 class UpdatePullThroughCacheRuleResponse < Struct.new( :ecr_repository_prefix, :registry_id, :updated_at, :credential_arn) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time, in JavaScript date format, when the pull through cache rule was updated.
4316 4317 4318 4319 4320 4321 4322 4323 |
# File 'lib/aws-sdk-ecr/types.rb', line 4316 class UpdatePullThroughCacheRuleResponse < Struct.new( :ecr_repository_prefix, :registry_id, :updated_at, :credential_arn) SENSITIVE = [] include Aws::Structure end |