Class: Aws::SNS::Types::ListSubscriptionsByTopicResponse

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

Overview

Response for ListSubscriptionsByTopic action.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token to pass along to the next ‘ListSubscriptionsByTopic` request. This element is returned if there are more subscriptions to retrieve.

Returns:

  • (String)


805
806
807
808
809
# File 'lib/aws-sdk-sns/types.rb', line 805

class ListSubscriptionsByTopicResponse < Struct.new(
  :subscriptions,
  :next_token)
  include Aws::Structure
end

#subscriptionsArray<Types::Subscription>

A list of subscriptions.

Returns:



805
806
807
808
809
# File 'lib/aws-sdk-sns/types.rb', line 805

class ListSubscriptionsByTopicResponse < Struct.new(
  :subscriptions,
  :next_token)
  include Aws::Structure
end