class Aws::Chime::Types::UpdatePhoneNumberRequestItem

The phone number ID, product type, or calling name fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.

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

data as a hash:

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

@!attribute [rw] phone_number_id

The phone number ID to update.
@return [String]

@!attribute [rw] product_type

The product type to update.
@return [String]

@!attribute [rw] calling_name

The outbound calling name to update.
@return [String]

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

Constants

SENSITIVE