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.
3256 3257 3258 3259 3260 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3256 class StartMatchingJobOutput < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |