Class: Aws::Types::CreateMultiplexProgram
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultiplexProgram
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_program_settings ⇒ Types::MultiplexProgramSettings
Returns the value of attribute multiplex_program_settings.
708 709 710 |
# File 'sig/types.rbs', line 708 def multiplex_program_settings @multiplex_program_settings end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
709 710 711 |
# File 'sig/types.rbs', line 709 def program_name @program_name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
710 711 712 |
# File 'sig/types.rbs', line 710 def request_id @request_id end |