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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#hashingBoolean

The hashing attribute of the provider schema.

Returns:

  • (Boolean)


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_typeString

The sub type of the provider schema attribute.

Returns:

  • (String)


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

#typeString

The type of the provider schema attribute.

Returns:

  • (String)


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