Class: Aws::Rekognition::Types::StartPersonTrackingResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier for the person detection job. Use JobId to identify the job in a subsequent call to GetPersonTracking.

Returns:

  • (String)


7204
7205
7206
7207
7208
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7204

class StartPersonTrackingResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end