Class: Aws::Types::UpdateMultiplexRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#multiplex_id::String

Returns the value of attribute multiplex_id.

Returns:

  • (::String)


3497
3498
3499
# File 'sig/types.rbs', line 3497

def multiplex_id
  @multiplex_id
end

#multiplex_settingsTypes::MultiplexSettings

Returns the value of attribute multiplex_settings.



3498
3499
3500
# File 'sig/types.rbs', line 3498

def multiplex_settings
  @multiplex_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3499
3500
3501
# File 'sig/types.rbs', line 3499

def name
  @name
end

#packet_identifiers_mapping::Hash[::String, Types::MultiplexProgramPacketIdentifiersMap]

Returns the value of attribute packet_identifiers_mapping.

Returns:



3500
3501
3502
# File 'sig/types.rbs', line 3500

def packet_identifiers_mapping
  @packet_identifiers_mapping
end