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

Class: Aws::Chime::Types::UpdatePhoneNumberRequestItem

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#calling_nameString

The outbound calling name to update.

Returns:

  • (String)

    The outbound calling name to update.

#phone_number_idString

The phone number ID to update.

Returns:

  • (String)

    The phone number ID to update.

#product_typeString

The product type to update.

Possible values:

  • BusinessCalling
  • VoiceConnector

Returns:

  • (String)

    The product type to update.