Class: Aws::Chime::Types::ListPhoneNumbersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)

5416
5417
5418
5419
5420
5421
# File 'lib/aws-sdk-chime/types.rb', line 5416

class ListPhoneNumbersResponse < Struct.new(
  :phone_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numbersArray<Types::PhoneNumber>

The phone number details.

Returns:


5416
5417
5418
5419
5420
5421
# File 'lib/aws-sdk-chime/types.rb', line 5416

class ListPhoneNumbersResponse < Struct.new(
  :phone_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end