Class: Aws::Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest
- 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_group_id ⇒ ::String
Returns the value of attribute voice_connector_group_id.
Instance Attribute Details
#e164_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute e164_phone_numbers.
30 31 32 |
# File 'sig/types.rbs', line 30 def e164_phone_numbers @e164_phone_numbers end |
#force_associate ⇒ Boolean
Returns the value of attribute force_associate.
31 32 33 |
# File 'sig/types.rbs', line 31 def force_associate @force_associate end |
#voice_connector_group_id ⇒ ::String
Returns the value of attribute voice_connector_group_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def voice_connector_group_id @voice_connector_group_id end |