Class: Aws::CloudTrail::Types::CreateChannelResponse

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_arn ⇒ String

The Amazon Resource Name (ARN) of the new channel.

Returns:

  • (String)


480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 480

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

#destinations ⇒ Array<Types::Destination>

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

Returns:



480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 480

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

#name ⇒ String

The name of the new channel.

Returns:

  • (String)


480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 480

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

#source ⇒ String

The partner or external event source name.

Returns:

  • (String)


480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 480

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

#tags ⇒ Array<Types::Tag>

A list of tags.

Returns:



480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 480

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