Class: Aws::Types::WindowStartTime
- Inherits:
-
Object
- Object
- Aws::Types::WindowStartTime
- 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.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def hours @hours end |
#minutes ⇒ ::Integer
Returns the value of attribute minutes.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def minutes @minutes end |