Class: Aws::CloudTrail::Types::Channel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of a channel.

Returns:

  • (String)


904
905
906
907
908
909
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 904

class Channel < Struct.new(
  :channel_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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.

Returns:

  • (String)


904
905
906
907
908
909
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 904

class Channel < Struct.new(
  :channel_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end