Class: Aws::EntityResolution::Types::ProviderSchemaAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ProviderSchemaAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
The provider schema attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The field name.
-
#hashing ⇒ Boolean
The hashing attribute of the provider schema.
-
#sub_type ⇒ String
The sub type of the provider schema attribute.
-
#type ⇒ String
The type of the provider schema attribute.
Instance Attribute Details
#field_name ⇒ String
The field name.
2478 2479 2480 2481 2482 2483 2484 2485 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2478 class ProviderSchemaAttribute < Struct.new( :field_name, :hashing, :sub_type, :type) SENSITIVE = [] include Aws::Structure end |
#hashing ⇒ Boolean
The hashing attribute of the provider schema.
2478 2479 2480 2481 2482 2483 2484 2485 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2478 class ProviderSchemaAttribute < Struct.new( :field_name, :hashing, :sub_type, :type) SENSITIVE = [] include Aws::Structure end |
#sub_type ⇒ String
The sub type of the provider schema attribute.
2478 2479 2480 2481 2482 2483 2484 2485 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2478 class ProviderSchemaAttribute < Struct.new( :field_name, :hashing, :sub_type, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the provider schema attribute.
2478 2479 2480 2481 2482 2483 2484 2485 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2478 class ProviderSchemaAttribute < Struct.new( :field_name, :hashing, :sub_type, :type) SENSITIVE = [] include Aws::Structure end |