Class: Aws::Panorama::Types::NodeSignal
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::NodeSignal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A signal to a camera node to start or stop processing video.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_instance_id ⇒ String
The camera node’s name, from the application manifest.
-
#signal ⇒ String
The signal value.
Instance Attribute Details
#node_instance_id ⇒ String
The camera node’s name, from the application manifest.
2208 2209 2210 2211 2212 2213 |
# File 'lib/aws-sdk-panorama/types.rb', line 2208 class NodeSignal < Struct.new( :node_instance_id, :signal) SENSITIVE = [] include Aws::Structure end |
#signal ⇒ String
The signal value.
2208 2209 2210 2211 2212 2213 |
# File 'lib/aws-sdk-panorama/types.rb', line 2208 class NodeSignal < Struct.new( :node_instance_id, :signal) SENSITIVE = [] include Aws::Structure end |