Class: Aws::EntityResolution::Types::ProviderComponentSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ProviderComponentSchema
- 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
-
#provider_schema_attributes ⇒ Array<Types::ProviderSchemaAttribute>
The provider schema attributes.
-
#schemas ⇒ Array<Array<String>>
Input schema for the provider service.
Instance Attribute Details
#provider_schema_attributes ⇒ Array<Types::ProviderSchemaAttribute>
The provider schema attributes.
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 |
#schemas ⇒ Array<Array<String>>
Input schema for the provider service.
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 |