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.
3116 3117 3118 3119 3120 3121 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3116 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.
3116 3117 3118 3119 3120 3121 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3116 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |