Class: Aws::Types::ListSubscriptionsByTopicInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscriptionsByTopicInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
348 349 350 |
# File 'sig/types.rbs', line 348 def next_token @next_token end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
347 348 349 |
# File 'sig/types.rbs', line 347 def topic_arn @topic_arn end |