Class: Aws::EntityResolution::Types::GetSchemaMappingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetSchemaMappingOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the ‘SchemaMapping` was created.
-
#description ⇒ String
A description of the schema.
-
#has_workflows ⇒ Boolean
Specifies whether the schema mapping has been applied to a workflow.
-
#mapped_input_fields ⇒ Array<Types::SchemaInputAttribute>
A list of ‘MappedInputFields`.
-
#schema_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
-
#schema_name ⇒ String
The name of the schema.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
-
#updated_at ⇒ Time
The timestamp of when the ‘SchemaMapping` was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the ‘SchemaMapping` was created.
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 |
#description ⇒ String
A description of the schema.
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_workflows ⇒ Boolean
Specifies whether the schema mapping has been applied to a workflow.
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_fields ⇒ Array<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.
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_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
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_name ⇒ String
The name of the schema.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
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_at ⇒ Time
The timestamp of when the ‘SchemaMapping` was last updated.
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 |