Class: Aws::Connect::Types::DescribeHoursOfOperationOverrideResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeHoursOfOperationOverrideResponse
- Defined in:
- gems/aws-sdk-connect/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.
6926 6927 6928 6929 6930 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6926 class DescribeHoursOfOperationOverrideResponse < Struct.new( :hours_of_operation_override) SENSITIVE = [] include Aws::Structure end |