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

Class: Aws::ECR::Types::LifecyclePolicyPreviewFilter

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

Overview

Note:

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

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

The filter for the lifecycle policy preview.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#tag_statusString

The tag status of the image.

Possible values:

  • TAGGED
  • UNTAGGED
  • ANY

Returns:

  • (String)

    The tag status of the image.