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.
7900 7901 7902 |
# File 'sig/types.rbs', line 7900 def contact_id @contact_id end |
#disconnect_reason ⇒ Types::DisconnectReason
Returns the value of attribute disconnect_reason.
7902 7903 7904 |
# File 'sig/types.rbs', line 7902 def disconnect_reason @disconnect_reason end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7901 7902 7903 |
# File 'sig/types.rbs', line 7901 def instance_id @instance_id end |