Class: Aws::MediaTailor::Types::StartChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::StartChannelRequest
- 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.
3995 3996 3997 3998 3999 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3995 class StartChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |