Class: Aws::ECR::Types::TransitioningImageTotalCount
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::TransitioningImageTotalCount
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The total count of images transitioning to a storage class.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_total_count ⇒ Integer
The total number of images transitioning to the storage class.
-
#target_storage_class ⇒ String
The target storage class.
Instance Attribute Details
#image_total_count ⇒ Integer
The total number of images transitioning to the storage class.
4966 4967 4968 4969 4970 4971 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4966 class TransitioningImageTotalCount < Struct.new( :target_storage_class, :image_total_count) SENSITIVE = [] include Aws::Structure end |
#target_storage_class ⇒ String
The target storage class.
4966 4967 4968 4969 4970 4971 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4966 class TransitioningImageTotalCount < Struct.new( :target_storage_class, :image_total_count) SENSITIVE = [] include Aws::Structure end |