Class: Aws::Types::LifecyclePolicyPreviewResult
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyPreviewResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::LifecyclePolicyRuleAction
Returns the value of attribute action.
-
#applied_rule_priority ⇒ ::Integer
Returns the value of attribute applied_rule_priority.
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#image_pushed_at ⇒ ::Time
Returns the value of attribute image_pushed_at.
-
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
-
#storage_class ⇒ "ARCHIVE", "STANDARD"
Returns the value of attribute storage_class.
Instance Attribute Details
#action ⇒ Types::LifecyclePolicyRuleAction
Returns the value of attribute action.
805 806 807 |
# File 'sig/types.rbs', line 805 def action @action end |
#applied_rule_priority ⇒ ::Integer
Returns the value of attribute applied_rule_priority.
806 807 808 |
# File 'sig/types.rbs', line 806 def applied_rule_priority @applied_rule_priority end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
803 804 805 |
# File 'sig/types.rbs', line 803 def image_digest @image_digest end |
#image_pushed_at ⇒ ::Time
Returns the value of attribute image_pushed_at.
804 805 806 |
# File 'sig/types.rbs', line 804 def image_pushed_at @image_pushed_at end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
802 803 804 |
# File 'sig/types.rbs', line 802 def @image_tags end |
#storage_class ⇒ "ARCHIVE", "STANDARD"
Returns the value of attribute storage_class.
807 808 809 |
# File 'sig/types.rbs', line 807 def storage_class @storage_class end |