Class: Aws::Connect::Types::UpdateQueueHoursOfOperationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateQueueHoursOfOperationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#queue_id ⇒ String
The identifier for the queue.
Instance Attribute Details
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
36652 36653 36654 36655 36656 36657 36658 |
# File 'lib/aws-sdk-connect/types.rb', line 36652 class UpdateQueueHoursOfOperationRequest < Struct.new( :instance_id, :queue_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
36652 36653 36654 36655 36656 36657 36658 |
# File 'lib/aws-sdk-connect/types.rb', line 36652 class UpdateQueueHoursOfOperationRequest < Struct.new( :instance_id, :queue_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
36652 36653 36654 36655 36656 36657 36658 |
# File 'lib/aws-sdk-connect/types.rb', line 36652 class UpdateQueueHoursOfOperationRequest < Struct.new( :instance_id, :queue_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |