Class: Aws::Types::UserQuickConnectConfig
- Inherits:
-
Object
- Object
- Aws::Types::UserQuickConnectConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
9125 9126 9127 |
# File 'sig/types.rbs', line 9125 def contact_flow_id @contact_flow_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
9124 9125 9126 |
# File 'sig/types.rbs', line 9124 def user_id @user_id end |