Class: Aws::EntityResolution::Types::GetSchemaMappingInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_nameString

The name of the schema to be retrieved.

Returns:

  • (String)


1299
1300
1301
1302
1303
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1299

class GetSchemaMappingInput < Struct.new(
  :schema_name)
  SENSITIVE = []
  include Aws::Structure
end