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

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 Amazon Resource Name (ARN) of the new channel.

Returns:

  • (String)


616
617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-cloudtrail/types.rb', line 616

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

#destinationsArray<Types::Destination>

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

Returns:



616
617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-cloudtrail/types.rb', line 616

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

#nameString

The name of the new channel.

Returns:

  • (String)


616
617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-cloudtrail/types.rb', line 616

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

#sourceString

The partner or external event source name.

Returns:

  • (String)


616
617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-cloudtrail/types.rb', line 616

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

#tagsArray<Types::Tag>

A list of tags.

Returns:



616
617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-cloudtrail/types.rb', line 616

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