Class: Aws::Types::NoncurrentVersionExpiration
- Inherits:
-
Object
- Object
- Aws::Types::NoncurrentVersionExpiration
- 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.
Instance Attribute Details
#newer_noncurrent_versions ⇒ ::Integer
Returns the value of attribute newer_noncurrent_versions.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def newer_noncurrent_versions @newer_noncurrent_versions end |
#noncurrent_days ⇒ ::Integer
Returns the value of attribute noncurrent_days.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def noncurrent_days @noncurrent_days end |