Class: Aws::Types::TieringPolicy
- Inherits:
-
Object
- Object
- Aws::Types::TieringPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cooling_period ⇒ ::Integer
Returns the value of attribute cooling_period.
-
#name ⇒ "SNAPSHOT_ONLY", ...
Returns the value of attribute name.
Instance Attribute Details
#cooling_period ⇒ ::Integer
Returns the value of attribute cooling_period.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def cooling_period @cooling_period end |
#name ⇒ "SNAPSHOT_ONLY", ...
Returns the value of attribute name.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def name @name end |