Class: Aws::MediaTailor::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteChannelRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The name of the channel.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel.
1243 1244 1245 1246 1247 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1243 class DeleteChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |