Class: Aws::Connect::Types::CreateQueueRequest

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

#descriptionString

The description of the queue.

Returns:

  • (String)


3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-connect/types.rb', line 3050

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_idString

The identifier for the hours of operation.

Returns:

  • (String)


3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-connect/types.rb', line 3050

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-connect/types.rb', line 3050

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :tags)
  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)


3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-connect/types.rb', line 3050

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the queue.

Returns:

  • (String)


3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-connect/types.rb', line 3050

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_caller_configTypes::OutboundCallerConfig

The outbound caller ID name, number, and outbound whisper flow.



3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-connect/types.rb', line 3050

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#quick_connect_idsArray<String>

The quick connects available to agents who are working the queue.

Returns:

  • (Array<String>)


3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-connect/types.rb', line 3050

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}.

Returns:

  • (Hash<String,String>)


3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-connect/types.rb', line 3050

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end