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.
9344 9345 9346 |
# File 'sig/types.rbs', line 9344 def contact_flow_id @contact_flow_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
9343 9344 9345 |
# File 'sig/types.rbs', line 9343 def user_id @user_id end |