Class: Aws::EntityResolution::Types::GetMatchIdOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetMatchIdOutput
- Includes:
- Structure
- Defined in:
- 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.
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_rule ⇒ String
The rule the record matched on.
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 |