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.
1941 1942 1943 1944 1945 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1941 class GetChannelRequest < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |