Class: Aws::SNS::Types::ListOriginationNumbersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of origination numbers to return.

Returns:

  • (Integer)


1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-sns/types.rb', line 1320

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

#next_tokenString

Token that the previous ‘ListOriginationNumbers` request returns.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-sns/types.rb', line 1320

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