Class: Aws::MediaLive::Types::BatchStart
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchStart
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Batch start resource request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_ids ⇒ Array<String>
List of channel IDs.
-
#multiplex_ids ⇒ Array<String>
List of multiplex IDs.
Instance Attribute Details
#channel_ids ⇒ Array<String>
List of channel IDs
1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-medialive/types.rb', line 1073 class BatchStart < Struct.new( :channel_ids, :multiplex_ids) SENSITIVE = [] include Aws::Structure end |
#multiplex_ids ⇒ Array<String>
List of multiplex IDs
1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-medialive/types.rb', line 1073 class BatchStart < Struct.new( :channel_ids, :multiplex_ids) SENSITIVE = [] include Aws::Structure end |