Class: Aws::Connect::Types::DescribeHoursOfOperationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeHoursOfOperationResponse
- Includes:
- Structure
- Defined in:
- 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.
6030 6031 6032 6033 6034 |
# File 'lib/aws-sdk-connect/types.rb', line 6030 class DescribeHoursOfOperationResponse < Struct.new( :hours_of_operation) SENSITIVE = [] include Aws::Structure end |