Class: Aws::EntityResolution::Types::ProviderComponentSchema

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

Overview

The input schema supported by provider service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#provider_schema_attributesArray<Types::ProviderSchemaAttribute>

The provider schema attributes.

Returns:



2330
2331
2332
2333
2334
2335
# File 'lib/aws-sdk-entityresolution/types.rb', line 2330

class ProviderComponentSchema < Struct.new(
  :provider_schema_attributes,
  :schemas)
  SENSITIVE = []
  include Aws::Structure
end

#schemasArray<Array<String>>

Input schema for the provider service.

Returns:

  • (Array<Array<String>>)


2330
2331
2332
2333
2334
2335
# File 'lib/aws-sdk-entityresolution/types.rb', line 2330

class ProviderComponentSchema < Struct.new(
  :provider_schema_attributes,
  :schemas)
  SENSITIVE = []
  include Aws::Structure
end