Class: Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowMetadata

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

Overview

The settings for the ID namespace for the ID mapping workflow job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_typeString

The type of ID mapping.

Returns:

  • (String)


1598
1599
1600
1601
1602
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1598

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