Class: Aws::Types::DisassociatePhoneNumberContactFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociatePhoneNumberContactFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def instance_id @instance_id end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def phone_number_id @phone_number_id end |