Class: Aws::MediaTailor::Types::StopChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::StopChannelRequest
- 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.
4011 4012 4013 4014 4015 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4011 class StopChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |