Class: Aws::CloudTrail::Types::DeleteChannelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The ARN or the ‘UUID` value of the channel that you want to delete.

Returns:

  • (String)


1711
1712
1713
1714
1715
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1711

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