Class: Aws::Types::OverrideHour
- Inherits:
-
Object
- Object
- Aws::Types::OverrideHour
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ Types::OverrideTimeSlice
Returns the value of attribute end.
-
#operational_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute operational_status.
-
#override_name ⇒ ::String
Returns the value of attribute override_name.
-
#start ⇒ Types::OverrideTimeSlice
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Types::OverrideTimeSlice
Returns the value of attribute end.
6069 6070 6071 |
# File 'sig/types.rbs', line 6069 def end @end end |
#operational_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute operational_status.
6071 6072 6073 |
# File 'sig/types.rbs', line 6071 def operational_status @operational_status end |
#override_name ⇒ ::String
Returns the value of attribute override_name.
6070 6071 6072 |
# File 'sig/types.rbs', line 6070 def override_name @override_name end |
#start ⇒ Types::OverrideTimeSlice
Returns the value of attribute start.
6068 6069 6070 |
# File 'sig/types.rbs', line 6068 def start @start end |