Class: Aws::SNS::Types::ListSubscriptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSubscriptionsInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Note:
When making an API call, you may pass ListSubscriptionsInput data as a hash:
{
next_token: "nextToken",
}
Input for ListSubscriptions action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token returned by the previous
ListSubscriptions
request.
Instance Attribute Details
#next_token ⇒ String
Token returned by the previous ListSubscriptions
request.
1221 1222 1223 1224 1225 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1221 class ListSubscriptionsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |