Class: Aws::MediaLive::Types::BatchStart

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Batch start resource request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idsArray<String>

List of channel IDs

Returns:

  • (Array<String>)


1034
1035
1036
1037
1038
1039
# File 'lib/aws-sdk-medialive/types.rb', line 1034

class BatchStart < Struct.new(
  :channel_ids,
  :multiplex_ids)
  SENSITIVE = []
  include Aws::Structure
end

#multiplex_idsArray<String>

List of multiplex IDs

Returns:

  • (Array<String>)


1034
1035
1036
1037
1038
1039
# File 'lib/aws-sdk-medialive/types.rb', line 1034

class BatchStart < Struct.new(
  :channel_ids,
  :multiplex_ids)
  SENSITIVE = []
  include Aws::Structure
end