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
sha256digest 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.
-
#storage_class ⇒ String
The storage class of the image.
Instance Attribute Details
#action ⇒ Types::LifecyclePolicyRuleAction
The type of action to be taken.
3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3076 class LifecyclePolicyPreviewResult < Struct.new( :image_tags, :image_digest, :image_pushed_at, :action, :applied_rule_priority, :storage_class) SENSITIVE = [] include Aws::Structure end |
#applied_rule_priority ⇒ Integer
The priority of the applied rule.
3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3076 class LifecyclePolicyPreviewResult < Struct.new( :image_tags, :image_digest, :image_pushed_at, :action, :applied_rule_priority, :storage_class) SENSITIVE = [] include Aws::Structure end |
#image_digest ⇒ String
The sha256 digest of the image manifest.
3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3076 class LifecyclePolicyPreviewResult < Struct.new( :image_tags, :image_digest, :image_pushed_at, :action, :applied_rule_priority, :storage_class) 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.
3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3076 class LifecyclePolicyPreviewResult < Struct.new( :image_tags, :image_digest, :image_pushed_at, :action, :applied_rule_priority, :storage_class) SENSITIVE = [] include Aws::Structure end |
#image_tags ⇒ Array<String>
The list of tags associated with this image.
3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3076 class LifecyclePolicyPreviewResult < Struct.new( :image_tags, :image_digest, :image_pushed_at, :action, :applied_rule_priority, :storage_class) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
The storage class of the image.
3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3076 class LifecyclePolicyPreviewResult < Struct.new( :image_tags, :image_digest, :image_pushed_at, :action, :applied_rule_priority, :storage_class) SENSITIVE = [] include Aws::Structure end |