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.
4472 4473 4474 4475 4476 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4472 class StartChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |