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.
361 362 363 |
# File 'sig/types.rbs', line 361 def contact_flow_id @contact_flow_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
360 361 362 |
# File 'sig/types.rbs', line 360 def instance_id @instance_id end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
359 360 361 |
# File 'sig/types.rbs', line 359 def phone_number_id @phone_number_id end |