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.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def instance_id @instance_id end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def phone_number_id @phone_number_id end |