Class: Aws::CloudTrail::Types::GetChannelRequest

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

#channelString

The ARN or UUID of a channel.

Returns:

  • (String)


2311
2312
2313
2314
2315
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2311

class GetChannelRequest < Struct.new(
  :channel)
  SENSITIVE = []
  include Aws::Structure
end