Class: Aws::Connect::Types::UserQuickConnectConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserQuickConnectConfig
- Includes:
- Structure
- Defined in:
- 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.
23796 23797 23798 23799 23800 23801 |
# File 'lib/aws-sdk-connect/types.rb', line 23796 class UserQuickConnectConfig < Struct.new( :user_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user.
23796 23797 23798 23799 23800 23801 |
# File 'lib/aws-sdk-connect/types.rb', line 23796 class UserQuickConnectConfig < Struct.new( :user_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |