Class: Aws::Types::UpdateMultiplexProgramRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMultiplexProgramRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multiplex_id ⇒ ::String
Returns the value of attribute multiplex_id.
-
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Returns the value of attribute multiplex_program_settings.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
Instance Attribute Details
#multiplex_id ⇒ ::String
Returns the value of attribute multiplex_id.
3475 3476 3477 |
# File 'sig/types.rbs', line 3475 def multiplex_id @multiplex_id end |
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Returns the value of attribute multiplex_program_settings.
3476 3477 3478 |
# File 'sig/types.rbs', line 3476 def multiplex_program_settings @multiplex_program_settings end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
3477 3478 3479 |
# File 'sig/types.rbs', line 3477 def program_name @program_name end |