Class: Aws::Types::TransportStreamProgram
- Inherits:
-
Object
- Object
- Aws::Types::TransportStreamProgram
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pcr_pid ⇒ ::Integer
Returns the value of attribute pcr_pid.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
-
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
-
#program_pid ⇒ ::Integer
Returns the value of attribute program_pid.
-
#streams ⇒ ::Array[Types::TransportStream]
Returns the value of attribute streams.
Instance Attribute Details
#pcr_pid ⇒ ::Integer
Returns the value of attribute pcr_pid.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def pcr_pid @pcr_pid end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def program_name @program_name end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def program_number @program_number end |
#program_pid ⇒ ::Integer
Returns the value of attribute program_pid.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def program_pid @program_pid end |
#streams ⇒ ::Array[Types::TransportStream]
Returns the value of attribute streams.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def streams @streams end |