Class: Aws::CloudTrail::Types::GetChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ String
The ARN or ‘UUID` of a channel.
Instance Attribute Details
#channel ⇒ String
The ARN or ‘UUID` of a channel.
2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2108 class GetChannelRequest < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |