Class: Aws::Connect::Types::DescribeHoursOfOperationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeHoursOfOperationResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours_of_operation ⇒ Types::HoursOfOperation
The hours of operation.
Instance Attribute Details
#hours_of_operation ⇒ Types::HoursOfOperation
The hours of operation.
6777 6778 6779 6780 6781 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6777 class DescribeHoursOfOperationResponse < Struct.new( :hours_of_operation) SENSITIVE = [] include Aws::Structure end |