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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


14009
14010
14011
14012
14013
14014
# File 'lib/aws-sdk-connect/types.rb', line 14009

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

#queue_idString

The identifier for the queue.

Returns:

  • (String)


14009
14010
14011
14012
14013
14014
# File 'lib/aws-sdk-connect/types.rb', line 14009

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