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.
3480 3481 3482 |
# File 'sig/types.rbs', line 3480 def multiplex_id @multiplex_id end |
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Returns the value of attribute multiplex_program_settings.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def multiplex_program_settings @multiplex_program_settings end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def program_name @program_name end |