Class: Aws::EntityResolution::Types::MatchedRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::MatchedRecord
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
The matched record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_source_arn ⇒ String
The input source ARN of the matched record.
-
#record_id ⇒ String
The record ID of the matched record.
Instance Attribute Details
#input_source_arn ⇒ String
The input source ARN of the matched record.
2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2274 class MatchedRecord < Struct.new( :input_source_arn, :record_id) SENSITIVE = [] include Aws::Structure end |
#record_id ⇒ String
The record ID of the matched record.
2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2274 class MatchedRecord < Struct.new( :input_source_arn, :record_id) SENSITIVE = [] include Aws::Structure end |