Class: Aws::Types::DismissUserContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::DismissUserContactRequest
- 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.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def user_id @user_id end |