Class: Aws::Rekognition::Types::StartMediaAnalysisJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

Identifier for the created job.

Returns:

  • (String)


7170
7171
7172
7173
7174
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7170

class StartMediaAnalysisJobResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end