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.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def newer_noncurrent_versions @newer_noncurrent_versions end |
#noncurrent_days ⇒ ::Integer
Returns the value of attribute noncurrent_days.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def noncurrent_days @noncurrent_days end |
#storage_class ⇒ "GLACIER", ...
Returns the value of attribute storage_class.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def storage_class @storage_class end |