Class: Aws::EntityResolution::Types::MatchGroup

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

Overview

The match group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#match_idString

The match ID.

Returns:

  • (String)


2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2403

class MatchGroup < Struct.new(
  :records,
  :match_id,
  :match_rule)
  SENSITIVE = []
  include Aws::Structure
end

#match_ruleString

The match rule of the match group.

Returns:

  • (String)


2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2403

class MatchGroup < Struct.new(
  :records,
  :match_id,
  :match_rule)
  SENSITIVE = []
  include Aws::Structure
end

#recordsArray<Types::MatchedRecord>

The matched records.

Returns:



2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2403

class MatchGroup < Struct.new(
  :records,
  :match_id,
  :match_rule)
  SENSITIVE = []
  include Aws::Structure
end