Class: Aws::Connect::Types::UpdateQueueMaxContactsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateQueueMaxContactsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect 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 Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
22435 22436 22437 22438 22439 22440 22441 |
# File 'lib/aws-sdk-connect/types.rb', line 22435 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.
22435 22436 22437 22438 22439 22440 22441 |
# File 'lib/aws-sdk-connect/types.rb', line 22435 class UpdateQueueMaxContactsRequest < Struct.new( :instance_id, :queue_id, :max_contacts) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
22435 22436 22437 22438 22439 22440 22441 |
# File 'lib/aws-sdk-connect/types.rb', line 22435 class UpdateQueueMaxContactsRequest < Struct.new( :instance_id, :queue_id, :max_contacts) SENSITIVE = [] include Aws::Structure end |