Class: Aws::CloudTrail::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::DeleteChannelRequest
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ String
The ARN or the
UUID
value of the channel that you want to delete.
Instance Attribute Details
#channel ⇒ String
The ARN or the UUID
value of the channel that you want to delete.
1368 1369 1370 1371 1372 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1368 class DeleteChannelRequest < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |