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

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

#workflow_nameString

The name of the workflow.

Returns:

  • (String)


826
827
828
829
830
# File 'lib/aws-sdk-entityresolution/types.rb', line 826

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