Class: Aws::SNS::Types::ListTopicsInput

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

Overview

Note:

When making an API call, you may pass ListTopicsInput data as a hash:

{
  next_token: "nextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token returned by the previous ‘ListTopics` request.

Returns:

  • (String)


863
864
865
866
# File 'lib/aws-sdk-sns/types.rb', line 863

class ListTopicsInput < Struct.new(
  :next_token)
  include Aws::Structure
end