Class: Aws::IoTAnalytics::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DeleteChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The name of the channel to delete.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel to delete.
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 |