You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeImagesFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  tag_status: "TAGGED", # accepts TAGGED, UNTAGGED, ANY
}

An object representing a filter on a DescribeImages operation.

Returned by:

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.

Possible values:

  • TAGGED
  • UNTAGGED
  • ANY

Returns:

  • (String)

    The tag status with which to filter your DescribeImages results.