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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/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.

Returns:

  • (String)


2313
2314
2315
2316
2317
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2313

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