Class: Aws::Notifications::Types::ListManagedNotificationConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListManagedNotificationConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_identifier ⇒ String
The identifier or ARN of the notification channel to filter configurations by.
-
#max_results ⇒ Integer
The maximum number of results to be returned in this call.
-
#next_token ⇒ String
The start token for paginated calls.
Instance Attribute Details
#channel_identifier ⇒ String
The identifier or ARN of the notification channel to filter configurations by.
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_results ⇒ Integer
The maximum number of results to be returned in this call. Defaults to 20.
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_token ⇒ String
The start token for paginated calls. Retrieved from the response of a previous ListManagedNotificationChannelAssociations call. Next token uses Base64 encoding.
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 |