Class: Aws::Glue::Types::FindMatchesTaskRunProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FindMatchesTaskRunProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies configuration properties for a Find Matches task run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID for the Find Matches task run.
-
#job_name ⇒ String
The name assigned to the job for the Find Matches task run.
-
#job_run_id ⇒ String
The job run ID for the Find Matches task run.
Instance Attribute Details
#job_id ⇒ String
The job ID for the Find Matches task run.
9512 9513 9514 9515 9516 9517 9518 |
# File 'lib/aws-sdk-glue/types.rb', line 9512 class FindMatchesTaskRunProperties < Struct.new( :job_id, :job_name, :job_run_id) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name assigned to the job for the Find Matches task run.
9512 9513 9514 9515 9516 9517 9518 |
# File 'lib/aws-sdk-glue/types.rb', line 9512 class FindMatchesTaskRunProperties < Struct.new( :job_id, :job_name, :job_run_id) SENSITIVE = [] include Aws::Structure end |
#job_run_id ⇒ String
The job run ID for the Find Matches task run.
9512 9513 9514 9515 9516 9517 9518 |
# File 'lib/aws-sdk-glue/types.rb', line 9512 class FindMatchesTaskRunProperties < Struct.new( :job_id, :job_name, :job_run_id) SENSITIVE = [] include Aws::Structure end |