Class: Aws::IoTAnalytics::Types::DeleteChannelRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

The name of the channel to delete.

Returns:

  • (String)


1385
1386
1387
1388
1389
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1385

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