Class: Aws::CloudTrail::Types::UpdateChannelResponse

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

#channel_arnString

The ARN of the channel that was updated.

Returns:

  • (String)


5360
5361
5362
5363
5364
5365
5366
5367
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5360

class UpdateChannelResponse < Struct.new(
  :channel_arn,
  :name,
  :source,
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::Destination>

The event data stores that log events arriving through the channel.

Returns:



5360
5361
5362
5363
5364
5365
5366
5367
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5360

class UpdateChannelResponse < Struct.new(
  :channel_arn,
  :name,
  :source,
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the channel that was updated.

Returns:

  • (String)


5360
5361
5362
5363
5364
5365
5366
5367
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5360

class UpdateChannelResponse < Struct.new(
  :channel_arn,
  :name,
  :source,
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The event source of the channel that was updated.

Returns:

  • (String)


5360
5361
5362
5363
5364
5365
5366
5367
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5360

class UpdateChannelResponse < Struct.new(
  :channel_arn,
  :name,
  :source,
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end