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.
11881 11882 11883 |
# File 'sig/types.rbs', line 11881 def unit @unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
11882 11883 11884 |
# File 'sig/types.rbs', line 11882 def value @value end |