Class: Aws::Types::GetEffectiveHoursOfOperationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEffectiveHoursOfOperationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effective_hours_of_operation_list ⇒ ::Array[Types::EffectiveHoursOfOperations]
Returns the value of attribute effective_hours_of_operation_list.
-
#effective_override_hours_list ⇒ ::Array[Types::EffectiveOverrideHours]
Returns the value of attribute effective_override_hours_list.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
Instance Attribute Details
#effective_hours_of_operation_list ⇒ ::Array[Types::EffectiveHoursOfOperations]
Returns the value of attribute effective_hours_of_operation_list.
4261 4262 4263 |
# File 'sig/types.rbs', line 4261 def effective_hours_of_operation_list @effective_hours_of_operation_list end |
#effective_override_hours_list ⇒ ::Array[Types::EffectiveOverrideHours]
Returns the value of attribute effective_override_hours_list.
4262 4263 4264 |
# File 'sig/types.rbs', line 4262 def effective_override_hours_list @effective_override_hours_list end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
4263 4264 4265 |
# File 'sig/types.rbs', line 4263 def time_zone @time_zone end |