Class: Aws::MediaTailor::Types::StartChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::StartChannelRequest
- 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.
3704 3705 3706 3707 3708 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3704 class StartChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |