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