Class: Aws::ECR::Types::LifecyclePolicyPreviewResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LifecyclePolicyPreviewResult
- 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
-
#action ⇒ Types::LifecyclePolicyRuleAction
The type of action to be taken.
-
#applied_rule_priority ⇒ Integer
The priority of the applied rule.
-
#image_digest ⇒ String
The
sha256
digest of the image manifest. -
#image_pushed_at ⇒ Time
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
-
#image_tags ⇒ Array<String>
The list of tags associated with this image.
Instance Attribute Details
#action ⇒ Types::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_priority ⇒ Integer
The priority of the applied rule.
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_digest ⇒ String
The sha256
digest of the image manifest.
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_at ⇒ Time
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
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_tags ⇒ Array<String>
The list of tags associated with this image.
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 |