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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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:



2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2173

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>>)


2173
2174
2175
2176
2177
2178
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2173

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