Class: Aws::Types::LifecyclePolicyPreviewSummary
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyPreviewSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiring_image_total_count ⇒ ::Integer
Returns the value of attribute expiring_image_total_count.
-
#transitioning_image_total_counts ⇒ ::Array[Types::TransitioningImageTotalCount]
Returns the value of attribute transitioning_image_total_counts.
Instance Attribute Details
#expiring_image_total_count ⇒ ::Integer
Returns the value of attribute expiring_image_total_count.
812 813 814 |
# File 'sig/types.rbs', line 812 def expiring_image_total_count @expiring_image_total_count end |
#transitioning_image_total_counts ⇒ ::Array[Types::TransitioningImageTotalCount]
Returns the value of attribute transitioning_image_total_counts.
813 814 815 |
# File 'sig/types.rbs', line 813 def transitioning_image_total_counts @transitioning_image_total_counts end |