Class: Aws::SNS::Types::ListTopicsResponse

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

Overview

Response for ListTopics action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

Returns:

  • (String)


1486
1487
1488
1489
1490
1491
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1486

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

#topicsArray<Types::Topic>

A list of topic ARNs.

Returns:



1486
1487
1488
1489
1490
1491
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1486

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