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