Class: Aws::Notifications::Types::ListManagedNotificationChannelAssociationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_associationsArray<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_tokenString

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

Returns:

  • (String)


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