Class: Aws::EntityResolution::Types::GetIdMappingJobInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of the job.

Returns:

  • (String)


855
856
857
858
859
860
# File 'lib/aws-sdk-entityresolution/types.rb', line 855

class GetIdMappingJobInput < Struct.new(
  :workflow_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_nameString

The name of the workflow.

Returns:

  • (String)


855
856
857
858
859
860
# File 'lib/aws-sdk-entityresolution/types.rb', line 855

class GetIdMappingJobInput < Struct.new(
  :workflow_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end