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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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.

Returns:

  • (String)


39099
39100
39101
39102
39103
39104
39105
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39099

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.

Returns:

  • (Integer)


39099
39100
39101
39102
39103
39104
39105
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39099

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

#queue_id ⇒ String

The identifier for the queue.

Returns:

  • (String)


39099
39100
39101
39102
39103
39104
39105
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39099

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