Class: Aws::Chime::Types::AssociatePhoneNumbersWithVoiceConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AssociatePhoneNumbersWithVoiceConnectorRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass AssociatePhoneNumbersWithVoiceConnectorRequest data as a hash:
{
voice_connector_id: "NonEmptyString", # required
e164_phone_numbers: ["E164PhoneNumber"], # required
force_associate: false,
}
Constant Summary collapse
- SENSITIVE =
[]
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 Voice Connector and removes any previously existing associations.
-
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
Instance Attribute Details
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 536 class AssociatePhoneNumbersWithVoiceConnectorRequest < Struct.new( :voice_connector_id, :e164_phone_numbers, :force_associate) SENSITIVE = [] include Aws::Structure end |
#force_associate ⇒ Boolean
If true, associates the provided phone numbers with the provided Amazon Chime Voice Connector and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.
536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 536 class AssociatePhoneNumbersWithVoiceConnectorRequest < Struct.new( :voice_connector_id, :e164_phone_numbers, :force_associate) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 536 class AssociatePhoneNumbersWithVoiceConnectorRequest < Struct.new( :voice_connector_id, :e164_phone_numbers, :force_associate) SENSITIVE = [] include Aws::Structure end |