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.
1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1179 class GetMatchingJobInput < Struct.new( :workflow_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow.
1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1179 class GetMatchingJobInput < Struct.new( :workflow_name, :job_id) SENSITIVE = [] include Aws::Structure end |