Class: Aws::EntityResolution::Types::GetMatchingJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetMatchingJobInput
- Defined in:
- gems/aws-sdk-entityresolution/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.
1154 1155 1156 1157 1158 1159 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1154 class GetMatchingJobInput < Struct.new( :workflow_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow.
1154 1155 1156 1157 1158 1159 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1154 class GetMatchingJobInput < Struct.new( :workflow_name, :job_id) SENSITIVE = [] include Aws::Structure end |