Class: Aws::Types::Transition
- Inherits:
-
Object
- Object
- Aws::Types::Transition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#days ⇒ ::Integer
Returns the value of attribute days.
-
#storage_class ⇒ "GLACIER", ...
Returns the value of attribute storage_class.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def date @date end |
#days ⇒ ::Integer
Returns the value of attribute days.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def days @days end |
#storage_class ⇒ "GLACIER", ...
Returns the value of attribute storage_class.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def storage_class @storage_class end |