Class: Aws::Types::TtlDuration
- Inherits:
-
Object
- Object
- Aws::Types::TtlDuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
11797 11798 11799 |
# File 'sig/types.rbs', line 11797 def unit @unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
11798 11799 11800 |
# File 'sig/types.rbs', line 11798 def value @value end |