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.
4570 4571 4572 |
# File 'sig/types.rbs', line 4570 def hours @hours end |
#minutes ⇒ ::Integer
Returns the value of attribute minutes.
4571 4572 4573 |
# File 'sig/types.rbs', line 4571 def minutes @minutes end |