Class: Aws::CloudTrail::Types::UpdateChannelRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The ARN or ID (the ARN suffix) of the channel that you want to update.

Returns:

  • (String)


5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5334

class UpdateChannelRequest < Struct.new(
  :channel,
  :destinations,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::Destination>

The ARNs of event data stores that you want to log events arriving through the channel.

Returns:



5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5334

class UpdateChannelRequest < Struct.new(
  :channel,
  :destinations,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Changes the name of the channel.

Returns:

  • (String)


5334
5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5334

class UpdateChannelRequest < Struct.new(
  :channel,
  :destinations,
  :name)
  SENSITIVE = []
  include Aws::Structure
end