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

Class: Aws::Chime::Types::CreatePhoneNumberOrderRequest

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

Overview

Note:

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

{
  product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector
  e164_phone_numbers: ["E164PhoneNumber"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#e164_phone_numbersArray<String>

List of phone numbers, in E.164 format.

Returns:

  • (Array<String>)

    List of phone numbers, in E.164 format.

#product_typeString

The phone number product type.

Possible values:

  • BusinessCalling
  • VoiceConnector

Returns:

  • (String)

    The phone number product type.