Class: Aws::MediaLive::Types::BatchStopRequest

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

Overview

Note:

When making an API call, you may pass BatchStopRequest data as a hash:

{
  channel_ids: ["__string"],
  multiplex_ids: ["__string"],
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idsArray<String>

Returns:

  • (Array<String>)


1730
1731
1732
1733
1734
1735
# File 'lib/aws-sdk-medialive/types.rb', line 1730

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

#multiplex_idsArray<String>

Returns:

  • (Array<String>)


1730
1731
1732
1733
1734
1735
# File 'lib/aws-sdk-medialive/types.rb', line 1730

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