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


780
781
782
# File 'sig/types.rbs', line 780

def e164_phone_numbers
  @e164_phone_numbers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def next_token
  @next_token
end