Class: Aws::Panorama::Types::NodeSignal

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/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

Instance Attribute Details

#node_instance_idString

The camera node's name, from the application manifest.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2208

class NodeSignal < Struct.new(
  :node_instance_id,
  :signal)
  SENSITIVE = []
  include Aws::Structure
end

#signalString

The signal value.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2208

class NodeSignal < Struct.new(
  :node_instance_id,
  :signal)
  SENSITIVE = []
  include Aws::Structure
end