class Aws::ECR::Types::ListImagesFilter

An object representing a filter on a ListImages operation.

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

data as a hash:

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

@!attribute [rw] tag_status

The tag status with which to filter your ListImages 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/ListImagesFilter AWS API Documentation

Constants

SENSITIVE