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)


5571
5572
5573
5574
5575
5576
# File 'lib/aws-sdk-chime/types.rb', line 5571

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

#phone_numbersArray<Types::PhoneNumber>

The phone number details.

Returns:



5571
5572
5573
5574
5575
5576
# File 'lib/aws-sdk-chime/types.rb', line 5571

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