Class: Aws::Types::SearchAvailablePhoneNumbersResponse

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])


992
993
994
# File 'sig/types.rbs', line 992

def e164_phone_numbers
  @e164_phone_numbers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def next_token
  @next_token
end