Class: Aws::EntityResolution::Types::IdMappingTechniques
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdMappingTechniques
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
An object which defines the ID mapping technique and any additional configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_mapping_type ⇒ String
The type of ID mapping.
-
#provider_properties ⇒ Types::ProviderProperties
An object which defines any additional configurations required by the provider service.
-
#rule_based_properties ⇒ Types::IdMappingRuleBasedProperties
An object which defines any additional configurations required by rule-based matching.
Instance Attribute Details
#id_mapping_type ⇒ String
The type of ID mapping.
1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1498 class IdMappingTechniques < Struct.new( :id_mapping_type, :provider_properties, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |
#provider_properties ⇒ Types::ProviderProperties
An object which defines any additional configurations required by the provider service.
1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1498 class IdMappingTechniques < Struct.new( :id_mapping_type, :provider_properties, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |
#rule_based_properties ⇒ Types::IdMappingRuleBasedProperties
An object which defines any additional configurations required by rule-based matching.
1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1498 class IdMappingTechniques < Struct.new( :id_mapping_type, :provider_properties, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |