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)


2639
2640
2641
2642
2643
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2639

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