Class: Aws::EntityResolution::Types::StartMatchingJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::StartMatchingJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow_name ⇒ String
The name of the matching job to be retrieved.
Instance Attribute Details
#workflow_name ⇒ String
The name of the matching job to be retrieved.
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 |