Class: Aws::Rekognition::Types::StartFaceSearchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartFaceSearchResponse
- 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 search job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the search job. Use JobId
to identify the job
in a subsequent call to GetFaceSearch
.
7040 7041 7042 7043 7044 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7040 class StartFaceSearchResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |