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

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

Overview

The filter for the lifecycle policy preview.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_statusString

The tag status of the image.



3015
3016
3017
3018
3019
# File 'lib/aws-sdk-ecr/types.rb', line 3015

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