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