Class: Aws::Types::PutLifecyclePolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutLifecyclePolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#lifecycle_policy ⇒ ::String
Returns the value of attribute lifecycle_policy.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
214 215 216 |
# File 'sig/types.rbs', line 214 def container_name @container_name end |
#lifecycle_policy ⇒ ::String
Returns the value of attribute lifecycle_policy.
215 216 217 |
# File 'sig/types.rbs', line 215 def lifecycle_policy @lifecycle_policy end |