Class: Aws::Types::Tiering
- Inherits:
-
Object
- Object
- Aws::Types::Tiering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_tier ⇒ "ARCHIVE_ACCESS", "DEEP_ARCHIVE_ACCESS"
Returns the value of attribute access_tier.
-
#days ⇒ ::Integer
Returns the value of attribute days.
Instance Attribute Details
#access_tier ⇒ "ARCHIVE_ACCESS", "DEEP_ARCHIVE_ACCESS"
Returns the value of attribute access_tier.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def access_tier @access_tier end |
#days ⇒ ::Integer
Returns the value of attribute days.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def days @days end |