Class: Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowProperties
- Includes:
- Structure
- Defined in:
- 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.
1849 1850 1851 1852 1853 1854 1855 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1849 class IdNamespaceIdMappingWorkflowProperties < Struct.new( :id_mapping_type, :rule_based_properties, :provider_properties) SENSITIVE = [] include Aws::Structure end |
#provider_properties ⇒ Types::NamespaceProviderProperties
An object which defines any additional configurations required by the provider service.
1849 1850 1851 1852 1853 1854 1855 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1849 class IdNamespaceIdMappingWorkflowProperties < Struct.new( :id_mapping_type, :rule_based_properties, :provider_properties) SENSITIVE = [] include Aws::Structure end |
#rule_based_properties ⇒ Types::NamespaceRuleBasedProperties
An object which defines any additional configurations required by rule-based matching.
1849 1850 1851 1852 1853 1854 1855 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1849 class IdNamespaceIdMappingWorkflowProperties < Struct.new( :id_mapping_type, :rule_based_properties, :provider_properties) SENSITIVE = [] include Aws::Structure end |