Class: Aws::SNS::Types::ListSubscriptionsByTopicInput

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

Overview

Input for ListSubscriptionsByTopic action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token returned by the previous ListSubscriptionsByTopic request.

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1375

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

#topic_arnString

The ARN of the topic for which you wish to find subscriptions.

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1375

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