Class: Aws::Types::CreatePhoneNumberOrderRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#e164_phone_numbers::Array[::String]

Returns the value of attribute e164_phone_numbers.

Returns:

  • (::Array[::String])


198
199
200
# File 'sig/types.rbs', line 198

def e164_phone_numbers
  @e164_phone_numbers
end

#product_type"BusinessCalling", ...

Returns the value of attribute product_type.

Returns:

  • ("BusinessCalling", "VoiceConnector", "SipMediaApplicationDialIn")


197
198
199
# File 'sig/types.rbs', line 197

def product_type
  @product_type
end