Class: Aws::EntityResolution::Types::GetSchemaMappingOutput

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

#created_atTime

The timestamp of when the ‘SchemaMapping` was created.

Returns:

  • (Time)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'lib/aws-sdk-entityresolution/types.rb', line 1346

class GetSchemaMappingOutput < Struct.new(
  :created_at,
  :description,
  :has_workflows,
  :mapped_input_fields,
  :schema_arn,
  :schema_name,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the schema.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'lib/aws-sdk-entityresolution/types.rb', line 1346

class GetSchemaMappingOutput < Struct.new(
  :created_at,
  :description,
  :has_workflows,
  :mapped_input_fields,
  :schema_arn,
  :schema_name,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#has_workflowsBoolean

Specifies whether the schema mapping has been applied to a workflow.

Returns:

  • (Boolean)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'lib/aws-sdk-entityresolution/types.rb', line 1346

class GetSchemaMappingOutput < Struct.new(
  :created_at,
  :description,
  :has_workflows,
  :mapped_input_fields,
  :schema_arn,
  :schema_name,
  :tags,
  :updated_at)
  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 Venice uses for matching.

Returns:



1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'lib/aws-sdk-entityresolution/types.rb', line 1346

class GetSchemaMappingOutput < Struct.new(
  :created_at,
  :description,
  :has_workflows,
  :mapped_input_fields,
  :schema_arn,
  :schema_name,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

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

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'lib/aws-sdk-entityresolution/types.rb', line 1346

class GetSchemaMappingOutput < Struct.new(
  :created_at,
  :description,
  :has_workflows,
  :mapped_input_fields,
  :schema_arn,
  :schema_name,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'lib/aws-sdk-entityresolution/types.rb', line 1346

class GetSchemaMappingOutput < Struct.new(
  :created_at,
  :description,
  :has_workflows,
  :mapped_input_fields,
  :schema_arn,
  :schema_name,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'lib/aws-sdk-entityresolution/types.rb', line 1346

class GetSchemaMappingOutput < Struct.new(
  :created_at,
  :description,
  :has_workflows,
  :mapped_input_fields,
  :schema_arn,
  :schema_name,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the ‘SchemaMapping` was last updated.

Returns:

  • (Time)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'lib/aws-sdk-entityresolution/types.rb', line 1346

class GetSchemaMappingOutput < Struct.new(
  :created_at,
  :description,
  :has_workflows,
  :mapped_input_fields,
  :schema_arn,
  :schema_name,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end