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.
152 153 154 |
# File 'sig/types.rbs', line 152 def unit @unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
153 154 155 |
# File 'sig/types.rbs', line 153 def value @value end |