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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2816
2817
2818
2819
2820
# File 'lib/aws-sdk-entityresolution/types.rb', line 2816

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