Class: Aws::EntityResolution::Types::StartMatchingJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::StartMatchingJobOutput
- 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.
Instance Attribute Details
#job_id ⇒ String
The ID of the job.
3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3102 class StartMatchingJobOutput < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |