Class: Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowProperties
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
An object containing IdMappingType
, ProviderProperties
, and
RuleBasedProperties
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_mapping_type ⇒ String
The type of ID mapping.
-
#provider_properties ⇒ Types::NamespaceProviderProperties
An object which defines any additional configurations required by the provider service.
-
#rule_based_properties ⇒ Types::NamespaceRuleBasedProperties
An object which defines any additional configurations required by rule-based matching.
Instance Attribute Details
#id_mapping_type ⇒ String
The type of ID mapping.
1623 1624 1625 1626 1627 1628 1629 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1623 class IdNamespaceIdMappingWorkflowProperties < Struct.new( :id_mapping_type, :provider_properties, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |
#provider_properties ⇒ Types::NamespaceProviderProperties
An object which defines any additional configurations required by the provider service.
1623 1624 1625 1626 1627 1628 1629 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1623 class IdNamespaceIdMappingWorkflowProperties < Struct.new( :id_mapping_type, :provider_properties, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |
#rule_based_properties ⇒ Types::NamespaceRuleBasedProperties
An object which defines any additional configurations required by rule-based matching.
1623 1624 1625 1626 1627 1628 1629 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1623 class IdNamespaceIdMappingWorkflowProperties < Struct.new( :id_mapping_type, :provider_properties, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |