Class: Aws::Glue::Types::FindMatchesTaskRunProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FindMatchesTaskRunProperties
- Defined in:
- gems/aws-sdk-glue/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.
10959 10960 10961 10962 10963 10964 10965 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10959 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.
10959 10960 10961 10962 10963 10964 10965 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10959 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.
10959 10960 10961 10962 10963 10964 10965 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10959 class FindMatchesTaskRunProperties < Struct.new( :job_id, :job_name, :job_run_id) SENSITIVE = [] include Aws::Structure end |