Class: Aws::MediaLive::Types::VideoSelectorPid
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::VideoSelectorPid
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Video Selector Pid
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pid ⇒ Integer
Selects a specific PID from within a video source.
Instance Attribute Details
#pid ⇒ Integer
Selects a specific PID from within a video source.
13431 13432 13433 13434 13435 |
# File 'lib/aws-sdk-medialive/types.rb', line 13431 class VideoSelectorPid < Struct.new( :pid) SENSITIVE = [] include Aws::Structure end |