Class: Aws::ECR::Types::DeletePullThroughCacheRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeletePullThroughCacheRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ecr_repository_prefix ⇒ String
The Amazon ECR repository prefix associated with the pull through cache rule to delete.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the pull through cache rule.
Instance Attribute Details
#ecr_repository_prefix ⇒ String
The Amazon ECR repository prefix associated with the pull through cache rule to delete.
751 752 753 754 755 756 |
# File 'lib/aws-sdk-ecr/types.rb', line 751 class DeletePullThroughCacheRuleRequest < Struct.new( :ecr_repository_prefix, :registry_id) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the pull through cache rule. If you do not specify a registry, the default registry is assumed.
751 752 753 754 755 756 |
# File 'lib/aws-sdk-ecr/types.rb', line 751 class DeletePullThroughCacheRuleRequest < Struct.new( :ecr_repository_prefix, :registry_id) SENSITIVE = [] include Aws::Structure end |