Class: Aws::EntityResolution::Types::GetSchemaMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetSchemaMappingInput
- 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 be retrieved.
Instance Attribute Details
#schema_name ⇒ String
The name of the schema to be retrieved.
1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1302 class GetSchemaMappingInput < Struct.new( :schema_name) SENSITIVE = [] include Aws::Structure end |