Class: Aws::Types::AudioPidSelection
- Inherits:
-
Object
- Object
- Aws::Types::AudioPidSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pid ⇒ ::Integer
Returns the value of attribute pid.
-
#pids ⇒ ::Array[Types::AudioPid]
Returns the value of attribute pids.
Instance Attribute Details
#pid ⇒ ::Integer
Returns the value of attribute pid.
164 165 166 |
# File 'sig/types.rbs', line 164 def pid @pid end |
#pids ⇒ ::Array[Types::AudioPid]
Returns the value of attribute pids.
165 166 167 |
# File 'sig/types.rbs', line 165 def pids @pids end |