Class: Aws::EntityResolution::Types::StartMatchingJobInput

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

#workflow_nameString

The name of the matching job to be retrieved.

Returns:

  • (String)


2627
2628
2629
2630
2631
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2627

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