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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-rekognition/types.rb', line 7170

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