Class: Aws::MediaTailor::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteChannelRequest
- Includes:
- Structure
- Defined in:
- 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.
1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1430 class DeleteChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |