Class: Aws::Connect::Types::ParentHoursOfOperationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ParentHoursOfOperationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains configuration for the parent hours of operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
Instance Attribute Details
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
24622 24623 24624 24625 24626 |
# File 'lib/aws-sdk-connect/types.rb', line 24622 class ParentHoursOfOperationConfig < Struct.new( :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |