Class: Aws::EntityResolution::Types::CreateSchemaMappingOutput

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)


543
544
545
546
547
548
549
550
# File 'lib/aws-sdk-entityresolution/types.rb', line 543

class CreateSchemaMappingOutput < Struct.new(
  :description,
  :mapped_input_fields,
  :schema_arn,
  :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:



543
544
545
546
547
548
549
550
# File 'lib/aws-sdk-entityresolution/types.rb', line 543

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

#schema_arnString

The ARN (Amazon Resource Name) that Entity Resolution generated for the ‘SchemaMapping`.

Returns:

  • (String)


543
544
545
546
547
548
549
550
# File 'lib/aws-sdk-entityresolution/types.rb', line 543

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

#schema_nameString

The name of the schema.

Returns:

  • (String)


543
544
545
546
547
548
549
550
# File 'lib/aws-sdk-entityresolution/types.rb', line 543

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