Class: Aws::CloudTrail::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::CreateChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the new channel.
-
#destinations ⇒ Array<Types::Destination>
The event data stores that log the events arriving through the channel.
-
#name ⇒ String
The name of the new channel.
-
#source ⇒ String
The partner or external event source name.
-
#tags ⇒ Array<Types::Tag>
A list of tags.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the new channel.
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 |
#destinations ⇒ Array<Types::Destination>
The event data stores that log the events arriving through the channel.
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 |
#name ⇒ String
The name of the new channel.
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 |
#source ⇒ String
The partner or external event source name.
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 |
#tags ⇒ Array<Types::Tag>
A list of tags.
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 |