Class: Aws::Types::DeleteMultiplexProgramResponse

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)


835
836
837
# File 'sig/types.rbs', line 835

def channel_id
  @channel_id
end

#multiplex_program_settingsTypes::MultiplexProgramSettings

Returns the value of attribute multiplex_program_settings.



836
837
838
# File 'sig/types.rbs', line 836

def multiplex_program_settings
  @multiplex_program_settings
end

#packet_identifiers_mapTypes::MultiplexProgramPacketIdentifiersMap

Returns the value of attribute packet_identifiers_map.



837
838
839
# File 'sig/types.rbs', line 837

def packet_identifiers_map
  @packet_identifiers_map
end

#pipeline_details::Array[Types::MultiplexProgramPipelineDetail]

Returns the value of attribute pipeline_details.



838
839
840
# File 'sig/types.rbs', line 838

def pipeline_details
  @pipeline_details
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def program_name
  @program_name
end