Class: Aws::MediaLive::Types::MultiplexProgramSummary

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

The MediaLive Channel associated with the program.

Returns:

  • (String)


9442
9443
9444
9445
9446
9447
# File 'lib/aws-sdk-medialive/types.rb', line 9442

class MultiplexProgramSummary < Struct.new(
  :channel_id,
  :program_name)
  SENSITIVE = []
  include Aws::Structure
end

#program_nameString

The name of the multiplex program.

Returns:

  • (String)


9442
9443
9444
9445
9446
9447
# File 'lib/aws-sdk-medialive/types.rb', line 9442

class MultiplexProgramSummary < Struct.new(
  :channel_id,
  :program_name)
  SENSITIVE = []
  include Aws::Structure
end