Class: Aws::ECR::Types::LifecyclePolicyPreviewResult

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

Overview

The result of the lifecycle policy preview.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::LifecyclePolicyRuleAction

The type of action to be taken.



2669
2670
2671
2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2669

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end

#applied_rule_priorityInteger

The priority of the applied rule.

Returns:

  • (Integer)


2669
2670
2671
2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2669

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end

#image_digestString

The sha256 digest of the image manifest.

Returns:

  • (String)


2669
2670
2671
2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2669

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end

#image_pushed_atTime

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

Returns:

  • (Time)


2669
2670
2671
2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2669

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end

#image_tagsArray<String>

The list of tags associated with this image.

Returns:

  • (Array<String>)


2669
2670
2671
2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2669

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end