Class: Aws::ChimeSDKVoice::Types::ListPhoneNumberOrdersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


1646
1647
1648
1649
1650
1651
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1646

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

#next_tokenString

The token used to retrieve the next page of results.

Returns:

  • (String)


1646
1647
1648
1649
1650
1651
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1646

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