Class: Aws::Types::UpdateMultiplex
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMultiplex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#packet_identifiers_mapping ⇒ ::Hash[::String, Types::MultiplexProgramPacketIdentifiersMap]
Returns the value of attribute packet_identifiers_mapping.
Instance Attribute Details
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
3463 3464 3465 |
# File 'sig/types.rbs', line 3463 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
3464 3465 3466 |
# File 'sig/types.rbs', line 3464 def name @name end |
#packet_identifiers_mapping ⇒ ::Hash[::String, Types::MultiplexProgramPacketIdentifiersMap]
Returns the value of attribute packet_identifiers_mapping.
3465 3466 3467 |
# File 'sig/types.rbs', line 3465 def packet_identifiers_mapping @packet_identifiers_mapping end |