Class: Aws::Types::AssociateContactWithUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateContactWithUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
283 284 285 |
# File 'sig/types.rbs', line 283 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def user_id @user_id end |