Class: Aws::Connect::Types::UpdateQueueMaxContactsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

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

Returns:

  • (String)


19673
19674
19675
19676
19677
19678
19679
# File 'lib/aws-sdk-connect/types.rb', line 19673

class UpdateQueueMaxContactsRequest < Struct.new(
  :instance_id,
  :queue_id,
  :max_contacts)
  SENSITIVE = []
  include Aws::Structure
end

#max_contactsInteger

The maximum number of contacts that can be in the queue before it is considered full.

Returns:

  • (Integer)


19673
19674
19675
19676
19677
19678
19679
# File 'lib/aws-sdk-connect/types.rb', line 19673

class UpdateQueueMaxContactsRequest < Struct.new(
  :instance_id,
  :queue_id,
  :max_contacts)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The identifier for the queue.

Returns:

  • (String)


19673
19674
19675
19676
19677
19678
19679
# File 'lib/aws-sdk-connect/types.rb', line 19673

class UpdateQueueMaxContactsRequest < Struct.new(
  :instance_id,
  :queue_id,
  :max_contacts)
  SENSITIVE = []
  include Aws::Structure
end