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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


9457
9458
9459
9460
9461
9462
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9457

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

#program_nameString

The name of the multiplex program.

Returns:

  • (String)


9457
9458
9459
9460
9461
9462
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9457

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