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.
2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2641 class ProviderComponentSchema < Struct.new( :schemas, :provider_schema_attributes) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Array<String>>
Input schema for the provider service.
2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2641 class ProviderComponentSchema < Struct.new( :schemas, :provider_schema_attributes) SENSITIVE = [] include Aws::Structure end |