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.
7170 7171 7172 7173 7174 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7170 class StartMediaAnalysisJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |