Class: Aws::Notifications::Types::ListManagedNotificationChannelAssociationsRequest

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

#managed_notification_configuration_arnString

The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration` to match.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-notifications/types.rb', line 1189

class ListManagedNotificationChannelAssociationsRequest < Struct.new(
  :managed_notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned in this call. Defaults to 20.

Returns:

  • (Integer)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-notifications/types.rb', line 1189

class ListManagedNotificationChannelAssociationsRequest < Struct.new(
  :managed_notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The start token for paginated calls. Retrieved from the response of a previous ‘ListManagedNotificationChannelAssociations` call.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-notifications/types.rb', line 1189

class ListManagedNotificationChannelAssociationsRequest < Struct.new(
  :managed_notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end