Class: Aws::Types::HoursOfOperationTimeSlice
- Inherits:
-
Object
- Object
- Aws::Types::HoursOfOperationTimeSlice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hours ⇒ ::Integer
Returns the value of attribute hours.
-
#minutes ⇒ ::Integer
Returns the value of attribute minutes.
Instance Attribute Details
#hours ⇒ ::Integer
Returns the value of attribute hours.
4420 4421 4422 |
# File 'sig/types.rbs', line 4420 def hours @hours end |
#minutes ⇒ ::Integer
Returns the value of attribute minutes.
4421 4422 4423 |
# File 'sig/types.rbs', line 4421 def minutes @minutes end |