Class: Aws::Types::MultiplexProgram

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def channel_id
  @channel_id
end

#multiplex_program_settingsTypes::MultiplexProgramSettings

Returns the value of attribute multiplex_program_settings.



2425
2426
2427
# File 'sig/types.rbs', line 2425

def multiplex_program_settings
  @multiplex_program_settings
end

#packet_identifiers_mapTypes::MultiplexProgramPacketIdentifiersMap

Returns the value of attribute packet_identifiers_map.



2426
2427
2428
# File 'sig/types.rbs', line 2426

def packet_identifiers_map
  @packet_identifiers_map
end

#pipeline_details::Array[Types::MultiplexProgramPipelineDetail]

Returns the value of attribute pipeline_details.



2427
2428
2429
# File 'sig/types.rbs', line 2427

def pipeline_details
  @pipeline_details
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def program_name
  @program_name
end