Class: Aws::MediaLive::Types::MultiplexProgramServiceDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MultiplexProgramServiceDescriptor
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Transport stream service descriptor configuration for the Multiplex program.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider_name ⇒ String
Name of the provider.
-
#service_name ⇒ String
Name of the service.
Instance Attribute Details
#provider_name ⇒ String
Name of the provider.
9479 9480 9481 9482 9483 9484 |
# File 'lib/aws-sdk-medialive/types.rb', line 9479 class MultiplexProgramServiceDescriptor < Struct.new( :provider_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
Name of the service.
9479 9480 9481 9482 9483 9484 |
# File 'lib/aws-sdk-medialive/types.rb', line 9479 class MultiplexProgramServiceDescriptor < Struct.new( :provider_name, :service_name) SENSITIVE = [] include Aws::Structure end |