Class: Aws::EntityResolution::Types::CreateSchemaMappingInput

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)


510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 510

class CreateSchemaMappingInput < Struct.new(
  :description,
  :mapped_input_fields,
  :schema_name,
  :tags)
  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:



510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 510

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

#schema_nameString

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

Returns:

  • (String)


510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 510

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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 510

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