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.
1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1593 class DeleteChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |