Class: Aws::Types::DescribeMultiplexProgramResponse

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)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def channel_id
  @channel_id
end

#multiplex_program_settingsTypes::MultiplexProgramSettings

Returns the value of attribute multiplex_program_settings.



1044
1045
1046
# File 'sig/types.rbs', line 1044

def multiplex_program_settings
  @multiplex_program_settings
end

#packet_identifiers_mapTypes::MultiplexProgramPacketIdentifiersMap

Returns the value of attribute packet_identifiers_map.



1045
1046
1047
# File 'sig/types.rbs', line 1045

def packet_identifiers_map
  @packet_identifiers_map
end

#pipeline_details::Array[Types::MultiplexProgramPipelineDetail]

Returns the value of attribute pipeline_details.



1046
1047
1048
# File 'sig/types.rbs', line 1046

def pipeline_details
  @pipeline_details
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def program_name
  @program_name
end