Class: Aws::EntityResolution::Types::IdMappingTechniques

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

Overview

An object which defines the ID mapping techniques and provider configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_typeString

The type of ID mapping.

Returns:

  • (String)


1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1422

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

#provider_propertiesTypes::ProviderProperties

An object which defines any additional configurations required by the provider service.



1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1422

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