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

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

#channelString

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

Returns:

  • (String)


5263
5264
5265
5266
5267
5268
5269
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5263

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:



5263
5264
5265
5266
5267
5268
5269
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5263

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

#nameString

Changes the name of the channel.

Returns:

  • (String)


5263
5264
5265
5266
5267
5268
5269
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5263

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