Class: Aws::EntityResolution::Types::GetMatchingJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetMatchingJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the job.
-
#workflow_name ⇒ String
The name of the workflow.
Instance Attribute Details
#job_id ⇒ String
The ID of the job.
1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1115 class GetMatchingJobInput < Struct.new( :workflow_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow.
1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1115 class GetMatchingJobInput < Struct.new( :workflow_name, :job_id) SENSITIVE = [] include Aws::Structure end |