Class: Aws::Rekognition::Types::StartMediaAnalysisJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartMediaAnalysisJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
Identifier for the created job.
Instance Attribute Details
#job_id ⇒ String
Identifier for the created job.
7222 7223 7224 7225 7226 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7222 class StartMediaAnalysisJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |