Class: Aws::MediaLive::Types::MultiplexProgramSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MultiplexProgramSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_id ⇒ String
The MediaLive Channel associated with the program.
-
#program_name ⇒ String
The name of the multiplex program.
Instance Attribute Details
#channel_id ⇒ String
The MediaLive Channel associated with the program.
9657 9658 9659 9660 9661 9662 |
# File 'lib/aws-sdk-medialive/types.rb', line 9657 class MultiplexProgramSummary < Struct.new( :channel_id, :program_name) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
The name of the multiplex program.
9657 9658 9659 9660 9661 9662 |
# File 'lib/aws-sdk-medialive/types.rb', line 9657 class MultiplexProgramSummary < Struct.new( :channel_id, :program_name) SENSITIVE = [] include Aws::Structure end |