Class: Aws::ECR::Types::ValidatePullThroughCacheRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ValidatePullThroughCacheRuleRequest
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ecr_repository_prefix ⇒ String
The repository name prefix associated with the pull through cache rule.
-
#registry_id ⇒ String
The registry ID associated with the pull through cache rule.
Instance Attribute Details
#ecr_repository_prefix ⇒ String
The repository name prefix associated with the pull through cache rule.
4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4519 class ValidatePullThroughCacheRuleRequest < Struct.new( :ecr_repository_prefix, :registry_id) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.
4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4519 class ValidatePullThroughCacheRuleRequest < Struct.new( :ecr_repository_prefix, :registry_id) SENSITIVE = [] include Aws::Structure end |