Class: Aws::EntityResolution::Types::GetMatchIdOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#match_idString

The unique identifiers for this group of match records.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1010

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

#match_ruleString

The rule the record matched on.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1010

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