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.
1030 1031 1032 1033 1034 1035 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1030 class GetMatchingJobInput < Struct.new( :job_id, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow.
1030 1031 1032 1033 1034 1035 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1030 class GetMatchingJobInput < Struct.new( :job_id, :workflow_name) SENSITIVE = [] include Aws::Structure end |