Class: Aws::ECR::Types::ImageTagMutabilityExclusionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageTagMutabilityExclusionFilter
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
A filter that specifies which image tags should be excluded from the repository's image tag mutability setting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ String
The filter value used to match image tags for exclusion from mutability settings.
-
#filter_type ⇒ String
The type of filter to apply for excluding image tags from mutability settings.
Instance Attribute Details
#filter ⇒ String
The filter value used to match image tags for exclusion from mutability settings.
2735 2736 2737 2738 2739 2740 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2735 class ImageTagMutabilityExclusionFilter < Struct.new( :filter_type, :filter) SENSITIVE = [] include Aws::Structure end |
#filter_type ⇒ String
The type of filter to apply for excluding image tags from mutability settings.
2735 2736 2737 2738 2739 2740 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2735 class ImageTagMutabilityExclusionFilter < Struct.new( :filter_type, :filter) SENSITIVE = [] include Aws::Structure end |