Class: Aws::SNS::Types::ListTopicsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListTopicsInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Note:
When making an API call, you may pass ListTopicsInput data as a hash:
{
next_token: "nextToken",
}
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.
1291 1292 1293 1294 1295 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1291 class ListTopicsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |