Class: Aws::Types::WarmTierRetentionPeriod
- Inherits:
-
Object
- Object
- Aws::Types::WarmTierRetentionPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number_of_days ⇒ ::Integer
Returns the value of attribute number_of_days.
-
#unlimited ⇒ Boolean
Returns the value of attribute unlimited.
Instance Attribute Details
#number_of_days ⇒ ::Integer
Returns the value of attribute number_of_days.
3854 3855 3856 |
# File 'sig/types.rbs', line 3854 def number_of_days @number_of_days end |
#unlimited ⇒ Boolean
Returns the value of attribute unlimited.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def unlimited @unlimited end |