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)


1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-entityresolution/types.rb', line 1431

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

#descriptionString

A description of the schema.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-entityresolution/types.rb', line 1431

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

#has_workflowsBoolean

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

Returns:

  • (Boolean)


1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-entityresolution/types.rb', line 1431

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

Returns:



1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-entityresolution/types.rb', line 1431

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

#schema_arnString

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

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-entityresolution/types.rb', line 1431

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

#schema_nameString

The name of the schema.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-entityresolution/types.rb', line 1431

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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-entityresolution/types.rb', line 1431

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

#updated_atTime

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

Returns:

  • (Time)


1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-entityresolution/types.rb', line 1431

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