Class: Aws::Types::ListPhoneNumbersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5143
5144
5145
# File 'sig/types.rbs', line 5143

def next_token
  @next_token
end

#phone_number_summary_list::Array[Types::PhoneNumberSummary]

Returns the value of attribute phone_number_summary_list.

Returns:



5142
5143
5144
# File 'sig/types.rbs', line 5142

def phone_number_summary_list
  @phone_number_summary_list
end