Class: Aws::EntityResolution::Types::UpdateSchemaMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::UpdateSchemaMappingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the schema.
-
#mapped_input_fields ⇒ Array<Types::SchemaInputAttribute>
A list of ‘MappedInputFields`.
-
#schema_name ⇒ String
The name of the schema.
Instance Attribute Details
#description ⇒ String
A description of the schema.
3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3193 class UpdateSchemaMappingInput < Struct.new( :description, :mapped_input_fields, :schema_name) 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 that Entity Resolution uses for matching.
3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3193 class UpdateSchemaMappingInput < Struct.new( :description, :mapped_input_fields, :schema_name) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema. There can’t be multiple ‘SchemaMappings` with the same name.
3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3193 class UpdateSchemaMappingInput < Struct.new( :description, :mapped_input_fields, :schema_name) SENSITIVE = [] include Aws::Structure end |