Class: Aws::Types::DescribeEventSubscriptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventSubscriptionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_subscriptions_list ⇒ ::Array[Types::EventSubscription]
Returns the value of attribute event_subscriptions_list.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#event_subscriptions_list ⇒ ::Array[Types::EventSubscription]
Returns the value of attribute event_subscriptions_list.
849 850 851 |
# File 'sig/types.rbs', line 849 def event_subscriptions_list @event_subscriptions_list end |
#marker ⇒ ::String
Returns the value of attribute marker.
848 849 850 |
# File 'sig/types.rbs', line 848 def marker @marker end |