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.
36773 36774 36775 36776 36777 36778 36779 |
# File 'lib/aws-sdk-connect/types.rb', line 36773 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.
36773 36774 36775 36776 36777 36778 36779 |
# File 'lib/aws-sdk-connect/types.rb', line 36773 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.
36773 36774 36775 36776 36777 36778 36779 |
# File 'lib/aws-sdk-connect/types.rb', line 36773 class UpdateQueueHoursOfOperationRequest < Struct.new( :instance_id, :queue_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |