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.
Instance Attribute Details
#expiring_image_total_count ⇒ Integer
The number of expiring images.
2687 2688 2689 2690 2691 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2687 class LifecyclePolicyPreviewSummary < Struct.new( :expiring_image_total_count) SENSITIVE = [] include Aws::Structure end |