Class: Aws::Types::CreateMultiplexProgramRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultiplexProgramRequest
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#multiplex_id ⇒ ::String
Returns the value of attribute multiplex_id.
715 716 717 |
# File 'sig/types.rbs', line 715 def multiplex_id @multiplex_id end |
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Returns the value of attribute multiplex_program_settings.
716 717 718 |
# File 'sig/types.rbs', line 716 def multiplex_program_settings @multiplex_program_settings end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
717 718 719 |
# File 'sig/types.rbs', line 717 def program_name @program_name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
718 719 720 |
# File 'sig/types.rbs', line 718 def request_id @request_id end |