class Aws::ECR::Types::DescribeImagesFilter

An object representing a filter on a DescribeImages operation.

@note When making an API call, you may pass DescribeImagesFilter

data as a hash:

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

@!attribute [rw] tag_status

The tag status with which to filter your DescribeImages results. You
can filter results based on whether they are `TAGGED` or `UNTAGGED`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImagesFilter AWS API Documentation

Constants

SENSITIVE