Class: Aws::ECR::Types::LifecyclePolicyPreviewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LifecyclePolicyPreviewSummary
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The summary of the lifecycle policy preview request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiring_image_total_count ⇒ Integer
The number of expiring images.
-
#transitioning_image_total_counts ⇒ Array<Types::TransitioningImageTotalCount>
The total count of images that will be transitioned to each storage class.
Instance Attribute Details
#expiring_image_total_count ⇒ Integer
The number of expiring images.
3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3101 class LifecyclePolicyPreviewSummary < Struct.new( :expiring_image_total_count, :transitioning_image_total_counts) SENSITIVE = [] include Aws::Structure end |
#transitioning_image_total_counts ⇒ Array<Types::TransitioningImageTotalCount>
The total count of images that will be transitioned to each storage class. This field is only present if at least one image will be transitoned in the summary.
3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3101 class LifecyclePolicyPreviewSummary < Struct.new( :expiring_image_total_count, :transitioning_image_total_counts) SENSITIVE = [] include Aws::Structure end |