Class: Aws::Types::InstanceEventWindowTimeRangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::InstanceEventWindowTimeRangeRequest
- 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.
11927 11928 11929 |
# File 'sig/types.rbs', line 11927 def end_hour @end_hour end |
#end_week_day ⇒ "sunday", ...
Returns the value of attribute end_week_day.
11926 11927 11928 |
# File 'sig/types.rbs', line 11926 def end_week_day @end_week_day end |
#start_hour ⇒ ::Integer
Returns the value of attribute start_hour.
11925 11926 11927 |
# File 'sig/types.rbs', line 11925 def start_hour @start_hour end |
#start_week_day ⇒ "sunday", ...
Returns the value of attribute start_week_day.
11924 11925 11926 |
# File 'sig/types.rbs', line 11924 def start_week_day @start_week_day end |