Class: Aws::SNS::Types::ListSubscriptionsResponse

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

Overview

Response for ListSubscriptions action

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


1430
1431
1432
1433
1434
1435
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1430

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

#subscriptionsArray<Types::Subscription>

A list of subscriptions.

Returns:



1430
1431
1432
1433
1434
1435
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1430

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