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
.
4876 4877 4878 4879 4880 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4876 class StartPersonTrackingResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |