Class: Aws::Connect::Types::UpdateQueueMaxContactsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateQueueMaxContactsRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#max_contacts ⇒ Integer
The maximum number of contacts that can be in the queue before it is considered full.
-
#queue_id ⇒ String
The identifier for the queue.
Instance Attribute Details
#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.
35609 35610 35611 35612 35613 35614 35615 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35609 class UpdateQueueMaxContactsRequest < Struct.new( :instance_id, :queue_id, :max_contacts) SENSITIVE = [] include Aws::Structure end |
#max_contacts ⇒ Integer
The maximum number of contacts that can be in the queue before it is considered full.
35609 35610 35611 35612 35613 35614 35615 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35609 class UpdateQueueMaxContactsRequest < Struct.new( :instance_id, :queue_id, :max_contacts) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
35609 35610 35611 35612 35613 35614 35615 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35609 class UpdateQueueMaxContactsRequest < Struct.new( :instance_id, :queue_id, :max_contacts) SENSITIVE = [] include Aws::Structure end |