Class: Aws::SNS::Types::ListOriginationNumbersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListOriginationNumbersRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of origination numbers to return.
-
#next_token ⇒ String
Token that the previous ‘ListOriginationNumbers` request returns.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of origination numbers to return.
1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-sns/types.rb', line 1222 class ListOriginationNumbersRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token that the previous ‘ListOriginationNumbers` request returns.
1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-sns/types.rb', line 1222 class ListOriginationNumbersRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |