Class: Aws::Rekognition::Types::StartLabelDetectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartLabelDetectionResponse
- 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 label detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the label detection job. Use ‘JobId` to identify the job in a subsequent call to `GetLabelDetection`.
7115 7116 7117 7118 7119 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7115 class StartLabelDetectionResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |