Class: Aws::ECR::Types::DescribeImagesFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

An object representing a filter on a DescribeImages operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_statusString

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

Returns:

  • (String)


1143
1144
1145
1146
1147
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1143

class DescribeImagesFilter < Struct.new(
  :tag_status)
  SENSITIVE = []
  include Aws::Structure
end