Class: Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowProperties

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

Overview

An object containing IdMappingType and ProviderProperties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_typeString

The type of ID mapping.

Returns:

  • (String)


1525
1526
1527
1528
1529
1530
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1525

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

#provider_propertiesTypes::NamespaceProviderProperties

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



1525
1526
1527
1528
1529
1530
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1525

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