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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


513
514
515
516
517
518
519
520
# File 'lib/aws-sdk-entityresolution/types.rb', line 513

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:



513
514
515
516
517
518
519
520
# File 'lib/aws-sdk-entityresolution/types.rb', line 513

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)


513
514
515
516
517
518
519
520
# File 'lib/aws-sdk-entityresolution/types.rb', line 513

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>)


513
514
515
516
517
518
519
520
# File 'lib/aws-sdk-entityresolution/types.rb', line 513

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