Class: Aws::CloudTrail::Types::ListChannelsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::Channel>

The list of channels in the account.

Returns:



3477
3478
3479
3480
3481
3482
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3477

class ListChannelsResponse < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to get the next page of results after a previous API call.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3477

class ListChannelsResponse < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end