Class: Aws::Types::WeeklyStartTime
- Inherits:
-
Object
- Object
- Aws::Types::WeeklyStartTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day_of_week ⇒ "MONDAY", ...
Returns the value of attribute day_of_week.
-
#time_of_day ⇒ ::String
Returns the value of attribute time_of_day.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
Instance Attribute Details
#day_of_week ⇒ "MONDAY", ...
Returns the value of attribute day_of_week.
908 909 910 |
# File 'sig/types.rbs', line 908 def day_of_week @day_of_week end |
#time_of_day ⇒ ::String
Returns the value of attribute time_of_day.
909 910 911 |
# File 'sig/types.rbs', line 909 def time_of_day @time_of_day end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
910 911 912 |
# File 'sig/types.rbs', line 910 def time_zone @time_zone end |