Class: Aws::Connect::Types::CreateQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateQueueRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the queue.
-
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
-
#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.
-
#name ⇒ String
The name of the queue.
-
#outbound_caller_config ⇒ Types::OutboundCallerConfig
The outbound caller ID name, number, and outbound whisper flow.
-
#quick_connect_ids ⇒ Array<String>
The quick connects available to agents who are working the queue.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#description ⇒ String
The description of the queue.
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-connect/types.rb', line 3956 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_id ⇒ String
The identifier for the hours of operation.
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-connect/types.rb', line 3956 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_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
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-connect/types.rb', line 3956 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_contacts ⇒ Integer
The maximum number of contacts that can be in the queue before it is considered full.
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-connect/types.rb', line 3956 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 |
#name ⇒ String
The name of the queue.
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-connect/types.rb', line 3956 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_config ⇒ Types::OutboundCallerConfig
The outbound caller ID name, number, and outbound whisper flow.
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-connect/types.rb', line 3956 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_ids ⇒ Array<String>
The quick connects available to agents who are working the queue.
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-connect/types.rb', line 3956 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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-connect/types.rb', line 3956 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 |