Class: Aws::Types::PauseContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::PauseContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
6284 6285 6286 |
# File 'sig/types.rbs', line 6284 def contact_flow_id @contact_flow_id end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
6282 6283 6284 |
# File 'sig/types.rbs', line 6282 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
6283 6284 6285 |
# File 'sig/types.rbs', line 6283 def instance_id @instance_id end |