Class: Aws::Types::UpdateMultiplex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#multiplex_settingsTypes::MultiplexSettings

Returns the value of attribute multiplex_settings.



3468
3469
3470
# File 'sig/types.rbs', line 3468

def multiplex_settings
  @multiplex_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3469
3470
3471
# File 'sig/types.rbs', line 3469

def name
  @name
end

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

Returns the value of attribute packet_identifiers_mapping.

Returns:



3470
3471
3472
# File 'sig/types.rbs', line 3470

def packet_identifiers_mapping
  @packet_identifiers_mapping
end