Class: Aws::Types::UpdateMultiplexRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMultiplexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multiplex_id ⇒ ::String
Returns the value of attribute multiplex_id.
-
#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_id ⇒ ::String
Returns the value of attribute multiplex_id.
3492 3493 3494 |
# File 'sig/types.rbs', line 3492 def multiplex_id @multiplex_id end |
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
3493 3494 3495 |
# File 'sig/types.rbs', line 3493 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def name @name end |
#packet_identifiers_mapping ⇒ ::Hash[::String, Types::MultiplexProgramPacketIdentifiersMap]
Returns the value of attribute packet_identifiers_mapping.
3495 3496 3497 |
# File 'sig/types.rbs', line 3495 def packet_identifiers_mapping @packet_identifiers_mapping end |