Class: Aws::Types::Duration
- Inherits:
-
Object
- Object
- Aws::Types::Duration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unit ⇒ "HOURS"
Returns the value of attribute unit.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ "HOURS"
Returns the value of attribute unit.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def unit @unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def value @value end |