Class: Aws::MediaLive::Types::StartChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::StartChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel_id ⇒ String
11442 11443 11444 11445 11446 |
# File 'lib/aws-sdk-medialive/types.rb', line 11442 class StartChannelRequest < Struct.new( :channel_id) SENSITIVE = [] include Aws::Structure end |