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.
6185 6186 6187 |
# File 'sig/types.rbs', line 6185 def contact_flow_id @contact_flow_id end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
6183 6184 6185 |
# File 'sig/types.rbs', line 6183 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
6184 6185 6186 |
# File 'sig/types.rbs', line 6184 def instance_id @instance_id end |