class Aws::Chime::Types::BatchUpdatePhoneNumberRequest

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

data as a hash:

    {
      update_phone_number_request_items: [ # required
        {
          phone_number_id: "NonEmptyString", # required
          product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
          calling_name: "CallingName",
        },
      ],
    }

@!attribute [rw] update_phone_number_request_items

The request containing the phone number IDs and product types or
calling names to update.
@return [Array<Types::UpdatePhoneNumberRequestItem>]

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

Constants

SENSITIVE