class Aws::Connect::Types::UpdateQueueMaxContactsRequest

@note When making an API call, you may pass UpdateQueueMaxContactsRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      queue_id: "QueueId", # required
      max_contacts: 1,
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] queue_id

The identifier for the queue.
@return [String]

@!attribute [rw] max_contacts

The maximum number of contacts that can be in the queue before it is
considered full.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateQueueMaxContactsRequest AWS API Documentation

Constants

SENSITIVE