class Aws::Chime::Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest

@note When making an API call, you may pass AssociatePhoneNumbersWithVoiceConnectorGroupRequest

data as a hash:

    {
      voice_connector_group_id: "NonEmptyString", # required
      e164_phone_numbers: ["E164PhoneNumber"], # required
      force_associate: false,
    }

@!attribute [rw] voice_connector_group_id

The Amazon Chime Voice Connector group 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 Group 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/AssociatePhoneNumbersWithVoiceConnectorGroupRequest AWS API Documentation

Constants

SENSITIVE