Class: Aws::Rekognition::Types::StartCelebrityRecognitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartCelebrityRecognitionResponse
- 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 celebrity recognition analysis job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the celebrity recognition analysis job. Use ‘JobId` to identify the job in a subsequent call to `GetCelebrityRecognition`.
6865 6866 6867 6868 6869 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6865 class StartCelebrityRecognitionResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |