Class: Aws::Types::DeleteMultiplexProgramRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMultiplexProgramRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multiplex_id ⇒ ::String
Returns the value of attribute multiplex_id.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
Instance Attribute Details
#multiplex_id ⇒ ::String
Returns the value of attribute multiplex_id.
829 830 831 |
# File 'sig/types.rbs', line 829 def multiplex_id @multiplex_id end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
830 831 832 |
# File 'sig/types.rbs', line 830 def program_name @program_name end |