Class: Aws::Types::AssociatePhoneNumberContactFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePhoneNumberContactFlowRequest
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
Instance Attribute Details
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
356 357 358 |
# File 'sig/types.rbs', line 356 def contact_flow_id @contact_flow_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
355 356 357 |
# File 'sig/types.rbs', line 355 def instance_id @instance_id end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
354 355 356 |
# File 'sig/types.rbs', line 354 def phone_number_id @phone_number_id end |