Module: Aws::Notifications::Client::_ListManagedNotificationChannelAssociationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListManagedNotificationChannelAssociationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel_associations ⇒ ::Array[Types::ManagedNotificationChannelAssociationSummary]
- #next_token ⇒ ::String
Instance Method Details
#channel_associations ⇒ ::Array[Types::ManagedNotificationChannelAssociationSummary]
364 |
# File 'sig/client.rbs', line 364
def channel_associations: () -> ::Array[Types::ManagedNotificationChannelAssociationSummary]
|
#next_token ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def next_token: () -> ::String
|