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

Class: Aws::Chime::Types::UpdatePhoneNumberRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#calling_nameString

The outbound calling name associated with the phone number.

Returns:

  • (String)

    The outbound calling name associated with the phone number.

#phone_number_idString

The phone number ID.

Returns:

  • (String)

    The phone number ID.

#product_typeString

The product type.

Possible values:

  • BusinessCalling
  • VoiceConnector

Returns:

  • (String)

    The product type.