class Aws::Chime::Types::AssociatePhoneNumbersWithVoiceConnectorRequest

@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,
    }

@!attribute [rw] voice_connector_id

The Amazon Chime Voice Connector ID.
@return [String]

@!attribute [rw] e164_phone_numbers

List of phone numbers, in E.164 format.
@return [Array<String>]

@!attribute [rw] force_associate

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.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AssociatePhoneNumbersWithVoiceConnectorRequest AWS API Documentation

Constants

SENSITIVE