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

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


1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-entityresolution/types.rb', line 1013

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

#match_ruleString

The rule the record matched on.

Returns:

  • (String)


1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-entityresolution/types.rb', line 1013

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