Class: Aws::Types::MultiplexProgramSummary
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexProgramSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def channel_id @channel_id end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def program_name @program_name end |