Class: Aws::EntityResolution::Types::GetMatchIdOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetMatchIdOutput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#match_id ⇒ String
The unique identifiers for this group of match records.
-
#match_rule ⇒ String
The rule the record matched on.
Instance Attribute Details
#match_id ⇒ String
The unique identifiers for this group of match records.
1162 1163 1164 1165 1166 1167 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1162 class GetMatchIdOutput < Struct.new( :match_id, :match_rule) SENSITIVE = [] include Aws::Structure end |
#match_rule ⇒ String
The rule the record matched on.
1162 1163 1164 1165 1166 1167 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1162 class GetMatchIdOutput < Struct.new( :match_id, :match_rule) SENSITIVE = [] include Aws::Structure end |