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.
9115 9116 9117 |
# File 'sig/types.rbs', line 9115 def contact_flow_id @contact_flow_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
9114 9115 9116 |
# File 'sig/types.rbs', line 9114 def user_id @user_id end |