Class: Aws::EntityResolution::Types::DeleteSchemaMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::DeleteSchemaMappingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_name ⇒ String
The name of the schema to delete.
Instance Attribute Details
#schema_name ⇒ String
The name of the schema to delete.
670 671 672 673 674 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 670 class DeleteSchemaMappingInput < Struct.new( :schema_name) SENSITIVE = [] include Aws::Structure end |