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.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def access_tier @access_tier end |
#days ⇒ ::Integer
Returns the value of attribute days.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def days @days end |