Class: Aws::Connect::Types::UserQuickConnectConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserQuickConnectConfig
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ String
The identifier of the flow.
-
#user_id ⇒ String
The identifier of the user.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
24832 24833 24834 24835 24836 24837 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24832 class UserQuickConnectConfig < Struct.new( :user_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user.
24832 24833 24834 24835 24836 24837 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24832 class UserQuickConnectConfig < Struct.new( :user_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |