You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::BatchUpdatePhoneNumberRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchUpdatePhoneNumberRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#update_phone_number_request_itemsArray<Types::UpdatePhoneNumberRequestItem>

The request containing the phone number IDs and product types or calling names to update.

Returns: