Class: Aws::EntityResolution::Types::StartMatchingJobOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of the job.

Returns:

  • (String)


3290
3291
3292
3293
3294
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3290

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