Class: Aws::Notifications::Types::ListChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to be returned in this call.
-
#next_token ⇒ String
The start token for paginated calls.
-
#notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘NotificationConfiguration`.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be returned in this call. The default value is 20.
1104 1105 1106 1107 1108 1109 1110 |
# File 'lib/aws-sdk-notifications/types.rb', line 1104 class ListChannelsRequest < Struct.new( :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 ListNotificationEvents call. ‘NextToken` uses Base64 encoding.
1104 1105 1106 1107 1108 1109 1110 |
# File 'lib/aws-sdk-notifications/types.rb', line 1104 class ListChannelsRequest < Struct.new( :notification_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘NotificationConfiguration`.
1104 1105 1106 1107 1108 1109 1110 |
# File 'lib/aws-sdk-notifications/types.rb', line 1104 class ListChannelsRequest < Struct.new( :notification_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |