Class: Aws::Glue::Types::FindMatchesTaskRunProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_idString

The job ID for the Find Matches task run.

Returns:

  • (String)


9383
9384
9385
9386
9387
9388
9389
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9383

class FindMatchesTaskRunProperties < Struct.new(
  :job_id,
  :job_name,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name assigned to the job for the Find Matches task run.

Returns:

  • (String)


9383
9384
9385
9386
9387
9388
9389
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9383

class FindMatchesTaskRunProperties < Struct.new(
  :job_id,
  :job_name,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_run_idString

The job run ID for the Find Matches task run.

Returns:

  • (String)


9383
9384
9385
9386
9387
9388
9389
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9383

class FindMatchesTaskRunProperties < Struct.new(
  :job_id,
  :job_name,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end