Class: Aws::EntityResolution::Types::DeleteSchemaMappingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::DeleteSchemaMappingOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A successful operation message.
Instance Attribute Details
#message ⇒ String
A successful operation message.
682 683 684 685 686 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 682 class DeleteSchemaMappingOutput < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |