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_arnString

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

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1102

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:



1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1102

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

#nameString

The name of the new channel.

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1102

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)


1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1102

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

#tagsArray<Types::Tag>

A list of tags.

Returns:



1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1102

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