Class: Aws::EntityResolution::Types::UpdateSchemaMappingInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the schema.

Returns:

  • (String)


3005
3006
3007
3008
3009
3010
3011
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3005

class UpdateSchemaMappingInput < Struct.new(
  :description,
  :mapped_input_fields,
  :schema_name)
  SENSITIVE = []
  include Aws::Structure
end

#mapped_input_fieldsArray<Types::SchemaInputAttribute>

A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.

Returns:



3005
3006
3007
3008
3009
3010
3011
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3005

class UpdateSchemaMappingInput < Struct.new(
  :description,
  :mapped_input_fields,
  :schema_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema. There can't be multiple SchemaMappings with the same name.

Returns:

  • (String)


3005
3006
3007
3008
3009
3010
3011
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3005

class UpdateSchemaMappingInput < Struct.new(
  :description,
  :mapped_input_fields,
  :schema_name)
  SENSITIVE = []
  include Aws::Structure
end