Class: Aws::Notifications::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels ⇒ Array<String>
A list of Channels.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#channels ⇒ Array<String>
A list of Channels.
1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-notifications/types.rb', line 1123 class ListChannelsResponse < Struct.new( :next_token, :channels) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-notifications/types.rb', line 1123 class ListChannelsResponse < Struct.new( :next_token, :channels) SENSITIVE = [] include Aws::Structure end |