Class: Aws::Rekognition::Types::StartPersonTrackingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartPersonTrackingResponse
- Includes:
- Structure
- Defined in:
- 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`.
7269 7270 7271 7272 7273 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7269 class StartPersonTrackingResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |