Class: Aws::Types::InstanceEventWindowTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::InstanceEventWindowTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_hour ⇒ ::Integer
Returns the value of attribute end_hour.
-
#end_week_day ⇒ "sunday", ...
Returns the value of attribute end_week_day.
-
#start_hour ⇒ ::Integer
Returns the value of attribute start_hour.
-
#start_week_day ⇒ "sunday", ...
Returns the value of attribute start_week_day.
Instance Attribute Details
#end_hour ⇒ ::Integer
Returns the value of attribute end_hour.
11919 11920 11921 |
# File 'sig/types.rbs', line 11919 def end_hour @end_hour end |
#end_week_day ⇒ "sunday", ...
Returns the value of attribute end_week_day.
11918 11919 11920 |
# File 'sig/types.rbs', line 11918 def end_week_day @end_week_day end |
#start_hour ⇒ ::Integer
Returns the value of attribute start_hour.
11917 11918 11919 |
# File 'sig/types.rbs', line 11917 def start_hour @start_hour end |
#start_week_day ⇒ "sunday", ...
Returns the value of attribute start_week_day.
11916 11917 11918 |
# File 'sig/types.rbs', line 11916 def start_week_day @start_week_day end |