Class: Aws::Connect::Types::QueueQuickConnectConfig

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

Overview

Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_idString

The identifier of the flow.

Returns:

  • (String)


18868
18869
18870
18871
18872
18873
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18868

class QueueQuickConnectConfig < Struct.new(
  :queue_id,
  :contact_flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The identifier for the queue.

Returns:

  • (String)


18868
18869
18870
18871
18872
18873
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18868

class QueueQuickConnectConfig < Struct.new(
  :queue_id,
  :contact_flow_id)
  SENSITIVE = []
  include Aws::Structure
end