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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#e164_phone_numbersArray<String>

List of phone numbers, in E.164 format.

Returns:

  • (Array<String>)


2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2250

class CreatePhoneNumberOrderRequest < Struct.new(
  :product_type,
  :e164_phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#product_typeString

The phone number product type.

Returns:

  • (String)


2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2250

class CreatePhoneNumberOrderRequest < Struct.new(
  :product_type,
  :e164_phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end