Class: Aws::EntityResolution::Types::ProviderSchemaAttribute

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

Overview

The provider schema attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The field name.

Returns:

  • (String)


2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2321

class ProviderSchemaAttribute < Struct.new(
  :field_name,
  :hashing,
  :sub_type,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#hashingBoolean

The hashing attribute of the provider schema.

Returns:

  • (Boolean)


2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2321

class ProviderSchemaAttribute < Struct.new(
  :field_name,
  :hashing,
  :sub_type,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#sub_typeString

The sub type of the provider schema attribute.

Returns:

  • (String)


2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2321

class ProviderSchemaAttribute < Struct.new(
  :field_name,
  :hashing,
  :sub_type,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the provider schema attribute.

Returns:

  • (String)


2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2321

class ProviderSchemaAttribute < Struct.new(
  :field_name,
  :hashing,
  :sub_type,
  :type)
  SENSITIVE = []
  include Aws::Structure
end