Class: Aws::CloudTrail::Types::GetChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetChannelResponse
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of an channel returned by a
GetChannel
request. -
#destinations ⇒ Array<Types::Destination>
The Amazon Web Services service that created the service-linked channel.
-
#name ⇒ String
The name of the CloudTrail channel.
-
#source ⇒ String
The event source for the CloudTrail channel.
-
#source_config ⇒ Types::SourceConfig
Provides information about the advanced event selectors configured for the channel, and whether the channel applies to all regions or a single region.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of an channel returned by a GetChannel
request.
1505 1506 1507 1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1505 class GetChannelResponse < Struct.new( :channel_arn, :name, :source, :source_config, :destinations) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::Destination>
The Amazon Web Services service that created the service-linked channel.
1505 1506 1507 1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1505 class GetChannelResponse < Struct.new( :channel_arn, :name, :source, :source_config, :destinations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the CloudTrail channel. For service-linked channels, the
value is aws-service-channel/service-name/custom-suffix
where
service-name
represents the name of the Amazon Web Services
service that created the channel and custom-suffix
represents the
suffix generated by the Amazon Web Services service.
1505 1506 1507 1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1505 class GetChannelResponse < Struct.new( :channel_arn, :name, :source, :source_config, :destinations) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The event source for the CloudTrail channel.
1505 1506 1507 1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1505 class GetChannelResponse < Struct.new( :channel_arn, :name, :source, :source_config, :destinations) SENSITIVE = [] include Aws::Structure end |
#source_config ⇒ Types::SourceConfig
Provides information about the advanced event selectors configured for the channel, and whether the channel applies to all regions or a single region.
1505 1506 1507 1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1505 class GetChannelResponse < Struct.new( :channel_arn, :name, :source, :source_config, :destinations) SENSITIVE = [] include Aws::Structure end |