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

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

#channel_arnString

The ARN of the channel that was updated.

Returns:

  • (String)


5289
5290
5291
5292
5293
5294
5295
5296
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5289

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:



5289
5290
5291
5292
5293
5294
5295
5296
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5289

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)


5289
5290
5291
5292
5293
5294
5295
5296
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5289

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)


5289
5290
5291
5292
5293
5294
5295
5296
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5289

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