Class: Aws::Types::DescribeSubscribersForNotificationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSubscribersForNotificationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
381 382 383 |
# File 'sig/types.rbs', line 381 def next_token @next_token end |
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
380 381 382 |
# File 'sig/types.rbs', line 380 def subscribers @subscribers end |