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)


9097
9098
9099
9100
9101
9102
# File 'lib/aws-sdk-medialive/types.rb', line 9097

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

#program_nameString

The name of the multiplex program.

Returns:

  • (String)


9097
9098
9099
9100
9101
9102
# File 'lib/aws-sdk-medialive/types.rb', line 9097

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