Class: Aws::Types::ResumeContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResumeContactRequest
- 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.
7055 7056 7057 |
# File 'sig/types.rbs', line 7055 def contact_flow_id @contact_flow_id end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7053 7054 7055 |
# File 'sig/types.rbs', line 7053 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7054 7055 7056 |
# File 'sig/types.rbs', line 7054 def instance_id @instance_id end |