Class: Aws::Types::NoncurrentVersionTransition
- Inherits:
-
Object
- Object
- Aws::Types::NoncurrentVersionTransition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#noncurrent_days ⇒ ::Integer
Returns the value of attribute noncurrent_days.
-
#storage_class ⇒ "GLACIER", ...
Returns the value of attribute storage_class.
Instance Attribute Details
#noncurrent_days ⇒ ::Integer
Returns the value of attribute noncurrent_days.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def noncurrent_days @noncurrent_days end |
#storage_class ⇒ "GLACIER", ...
Returns the value of attribute storage_class.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def storage_class @storage_class end |