Class: Aws::ChimeSDKVoice::Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:e164_phone_numbers]
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
-
#force_associate ⇒ Boolean
If true, associates the provided phone numbers with the provided Amazon Chime SDK Voice Connector Group and removes any previously existing associations.
-
#voice_connector_group_id ⇒ String
The Amazon Chime SDK Voice Connector group ID.
Instance Attribute Details
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 96 class AssociatePhoneNumbersWithVoiceConnectorGroupRequest < Struct.new( :voice_connector_group_id, :e164_phone_numbers, :force_associate) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |
#force_associate ⇒ Boolean
If true, associates the provided phone numbers with the provided Amazon Chime SDK Voice Connector Group and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.
96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 96 class AssociatePhoneNumbersWithVoiceConnectorGroupRequest < Struct.new( :voice_connector_group_id, :e164_phone_numbers, :force_associate) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |
#voice_connector_group_id ⇒ String
The Amazon Chime SDK Voice Connector group ID.
96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 96 class AssociatePhoneNumbersWithVoiceConnectorGroupRequest < Struct.new( :voice_connector_group_id, :e164_phone_numbers, :force_associate) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |