Class: Aws::CloudTrail::Types::Channel
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::Channel
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Contains information about a returned CloudTrail channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of a channel.
-
#name ⇒ String
The name of the CloudTrail channel.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of a channel.
266 267 268 269 270 271 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 266 class Channel < Struct.new( :channel_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the CloudTrail channel. For service-linked channels, the
name 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 created by the Amazon Web Services service.
266 267 268 269 270 271 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 266 class Channel < Struct.new( :channel_arn, :name) SENSITIVE = [] include Aws::Structure end |