Class: Aws::Notifications::Types::ListManagedNotificationChannelAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListManagedNotificationChannelAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_associations ⇒ Array<Types::ManagedNotificationChannelAssociationSummary>
A list that contains the following information about a channel association.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#channel_associations ⇒ Array<Types::ManagedNotificationChannelAssociationSummary>
A list that contains the following information about a channel association.
1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-notifications/types.rb', line 1209 class ListManagedNotificationChannelAssociationsResponse < Struct.new( :next_token, :channel_associations) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-notifications/types.rb', line 1209 class ListManagedNotificationChannelAssociationsResponse < Struct.new( :next_token, :channel_associations) SENSITIVE = [] include Aws::Structure end |