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
Note:
When making an API call, you may pass StartChannelRequest data as a hash:
{
channel_name: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel_name ⇒ String
3847 3848 3849 3850 3851 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3847 class StartChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |