Class: Aws::Types::WeeklySetting
- Inherits:
-
Object
- Object
- Aws::Types::WeeklySetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day_of_week ⇒ "MON", ...
Returns the value of attribute day_of_week.
-
#hand_off_time ⇒ Types::HandOffTime
Returns the value of attribute hand_off_time.
Instance Attribute Details
#day_of_week ⇒ "MON", ...
Returns the value of attribute day_of_week.
740 741 742 |
# File 'sig/types.rbs', line 740 def day_of_week @day_of_week end |
#hand_off_time ⇒ Types::HandOffTime
Returns the value of attribute hand_off_time.
741 742 743 |
# File 'sig/types.rbs', line 741 def hand_off_time @hand_off_time end |