Class: Aws::Notifications::Types::ListManagedNotificationConfigurationsRequest

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_identifierString

The identifier or ARN of the notification channel to filter configurations by.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
# File 'lib/aws-sdk-notifications/types.rb', line 1307

class ListManagedNotificationConfigurationsRequest < Struct.new(
  :channel_identifier,
  :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)


1307
1308
1309
1310
1311
1312
1313
# File 'lib/aws-sdk-notifications/types.rb', line 1307

class ListManagedNotificationConfigurationsRequest < Struct.new(
  :channel_identifier,
  :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. Next token uses Base64 encoding.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
# File 'lib/aws-sdk-notifications/types.rb', line 1307

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