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.
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 |
#description ⇒ String
A description of the schema.
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_workflows ⇒ Boolean
Specifies whether the schema mapping has been applied to a workflow.
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_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 Entity Resolution uses for matching.
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_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
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_name ⇒ String
The name of the schema.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
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_at ⇒ Time
The timestamp of when the ‘SchemaMapping` was last updated.
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 |