Class: Aws::EntityResolution::Types::GetIdMappingWorkflowInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_nameString

The name of the workflow.

Returns:

  • (String)


823
824
825
826
827
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 823

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