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.
11820 11821 11822 |
# File 'sig/types.rbs', line 11820 def unit @unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
11821 11822 11823 |
# File 'sig/types.rbs', line 11821 def value @value end |