Class: Aws::Rekognition::Types::StartFaceDetectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartFaceDetectionResponse
- 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 face detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the face detection job. Use ‘JobId` to identify the job in a subsequent call to `GetFaceDetection`.
6981 6982 6983 6984 6985 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6981 class StartFaceDetectionResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |