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.

Constant Summary collapse

SENSITIVE =
[]

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)


1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-sns/types.rb', line 1152

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

#subscriptionsArray<Types::Subscription>

A list of subscriptions.

Returns:



1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-sns/types.rb', line 1152

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