Class: Aws::SNS::Types::ListTopicsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListTopicsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token returned by the previous ‘ListTopics` request.
Instance Attribute Details
#next_token ⇒ String
Token returned by the previous ‘ListTopics` request.
1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-sns/types.rb', line 1463 class ListTopicsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |