Class: Aws::ECR::Types::LifecyclePolicyPreviewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LifecyclePolicyPreviewSummary
- Includes:
- Structure
- Defined in:
- 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.
2690 2691 2692 2693 2694 |
# File 'lib/aws-sdk-ecr/types.rb', line 2690 class LifecyclePolicyPreviewSummary < Struct.new( :expiring_image_total_count) SENSITIVE = [] include Aws::Structure end |