Class: Aws::Types::AssociatePhoneNumbersWithVoiceConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePhoneNumbersWithVoiceConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute e164_phone_numbers.
-
#force_associate ⇒ Boolean
Returns the value of attribute force_associate.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#e164_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute e164_phone_numbers.
42 43 44 |
# File 'sig/types.rbs', line 42 def e164_phone_numbers @e164_phone_numbers end |
#force_associate ⇒ Boolean
Returns the value of attribute force_associate.
43 44 45 |
# File 'sig/types.rbs', line 43 def force_associate @force_associate end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def voice_connector_id @voice_connector_id end |