Class: Aws::Types::StopContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#disconnect_reason ⇒ Types::DisconnectReason
Returns the value of attribute disconnect_reason.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8196 8197 8198 |
# File 'sig/types.rbs', line 8196 def contact_id @contact_id end |
#disconnect_reason ⇒ Types::DisconnectReason
Returns the value of attribute disconnect_reason.
8198 8199 8200 |
# File 'sig/types.rbs', line 8198 def disconnect_reason @disconnect_reason end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8197 8198 8199 |
# File 'sig/types.rbs', line 8197 def instance_id @instance_id end |