Class: Aws::CloudTrail::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::Channel>
The list of channels in the account.
-
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
Instance Attribute Details
#channels ⇒ Array<Types::Channel>
The list of channels in the account.
3197 3198 3199 3200 3201 3202 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3197 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
3197 3198 3199 3200 3201 3202 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3197 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |