Class: Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowMetadata
- 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
-
#id_mapping_type ⇒ String
The type of ID mapping.
Instance Attribute Details
#id_mapping_type ⇒ String
The type of ID mapping.
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 |