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)


770
771
772
773
774
775
# File 'lib/aws-sdk-entityresolution/types.rb', line 770

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

#workflow_nameString

The name of the workflow.

Returns:

  • (String)


770
771
772
773
774
775
# File 'lib/aws-sdk-entityresolution/types.rb', line 770

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