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)


4975
4976
4977
4978
4979
4980
4981
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4975

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:



4975
4976
4977
4978
4979
4980
4981
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4975

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

#nameString

Changes the name of the channel.

Returns:

  • (String)


4975
4976
4977
4978
4979
4980
4981
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4975

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