Class: Aws::Connect::Types::DescribeHoursOfOperationOverrideResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeHoursOfOperationOverrideResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours_of_operation_override ⇒ Types::HoursOfOperationOverride
Information about the hours of operations override.
Instance Attribute Details
#hours_of_operation_override ⇒ Types::HoursOfOperationOverride
Information about the hours of operations override.
6743 6744 6745 6746 6747 |
# File 'lib/aws-sdk-connect/types.rb', line 6743 class DescribeHoursOfOperationOverrideResponse < Struct.new( :hours_of_operation_override) SENSITIVE = [] include Aws::Structure end |