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.
1905 1906 1907 1908 1909 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1905 class GetChannelRequest < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |