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)


14428
14429
14430
14431
14432
14433
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14428

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

#queue_idString

The identifier for the queue.

Returns:

  • (String)


14428
14429
14430
14431
14432
14433
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14428

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