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.
4070 4071 4072 |
# File 'sig/types.rbs', line 4070 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.
4071 4072 4073 |
# File 'sig/types.rbs', line 4071 def effective_override_hours_list @effective_override_hours_list end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
4072 4073 4074 |
# File 'sig/types.rbs', line 4072 def time_zone @time_zone end |