Class: Aws::Notifications::Types::ListManagedNotificationChannelAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListManagedNotificationChannelAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration` to match.
-
#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
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration` to match.
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_results ⇒ Integer
The maximum number of results to be returned in this call. Defaults to 20.
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_token ⇒ String
The start token for paginated calls. Retrieved from the response of a previous ‘ListManagedNotificationChannelAssociations` call.
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 |