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.
5909 5910 5911 5912 5913 |
# File 'lib/aws-sdk-connect/types.rb', line 5909 class DescribeHoursOfOperationResponse < Struct.new( :hours_of_operation) SENSITIVE = [] include Aws::Structure end |