Class: Aws::EntityResolution::Types::GetMatchingJobInput

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)


1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1027

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

#workflow_nameString

The name of the workflow.

Returns:

  • (String)


1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1027

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