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)


1071
1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1071

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:



1071
1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1071

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

#nameString

The name of the new channel.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1071

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)


1071
1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1071

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

#tagsArray<Types::Tag>

A list of tags.

Returns:



1071
1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1071

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