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.
8096 8097 8098 |
# File 'sig/types.rbs', line 8096 def contact_id @contact_id end |
#disconnect_reason ⇒ Types::DisconnectReason
Returns the value of attribute disconnect_reason.
8098 8099 8100 |
# File 'sig/types.rbs', line 8098 def disconnect_reason @disconnect_reason end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8097 8098 8099 |
# File 'sig/types.rbs', line 8097 def instance_id @instance_id end |