Class: Aws::Rekognition::Types::StartPersonTrackingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartPersonTrackingResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier for the person detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the person detection job. Use JobId
to identify
the job in a subsequent call to GetPersonTracking
.
7217 7218 7219 7220 7221 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7217 class StartPersonTrackingResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |