Class: Aws::Types::Duration
- Inherits:
-
Object
- Object
- Aws::Types::Duration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_type ⇒ "hours", ...
Returns the value of attribute duration_type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#duration_type ⇒ "hours", ...
Returns the value of attribute duration_type.
342 343 344 |
# File 'sig/types.rbs', line 342 def duration_type @duration_type end |
#value ⇒ ::Integer
Returns the value of attribute value.
343 344 345 |
# File 'sig/types.rbs', line 343 def value @value end |