Class: Aws::Chime::Types::ListPhoneNumberOrdersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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)


5517
5518
5519
5520
5521
5522
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5517

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

#phone_number_ordersArray<Types::PhoneNumberOrder>

The phone number order details.

Returns:



5517
5518
5519
5520
5521
5522
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5517

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