Class: Aws::EntityResolution::Types::MatchedRecord

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

Overview

The matched record.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_source_arnString

The input source ARN of the matched record.

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2286

class MatchedRecord < Struct.new(
  :input_source_arn,
  :record_id)
  SENSITIVE = []
  include Aws::Structure
end

#record_idString

The record ID of the matched record.

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2286

class MatchedRecord < Struct.new(
  :input_source_arn,
  :record_id)
  SENSITIVE = []
  include Aws::Structure
end