Class: Aws::Types::MultiplexProgramChannelDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexProgramChannelDestinationSettings
- 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.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def multiplex_id @multiplex_id end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def program_name @program_name end |