Class: Aws::ECR::Types::DescribeImagesFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DescribeImagesFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
An object representing a filter on a DescribeImages operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_status ⇒ String
The tag status with which to filter your DescribeImages results.
Instance Attribute Details
#tag_status ⇒ String
The tag status with which to filter your DescribeImages results. You can filter results based on whether they are ‘TAGGED` or `UNTAGGED`.
1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-ecr/types.rb', line 1074 class DescribeImagesFilter < Struct.new( :tag_status) SENSITIVE = [] include Aws::Structure end |