Class: Aws::EntityResolution::Types::GenerateMatchIdOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GenerateMatchIdOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_records ⇒ Array<Types::FailedRecord>
The records that didn’t receive a generated Match ID.
-
#match_groups ⇒ Array<Types::MatchGroup>
The match groups from the generated match ID.
Instance Attribute Details
#failed_records ⇒ Array<Types::FailedRecord>
The records that didn’t receive a generated Match ID.
838 839 840 841 842 843 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 838 class GenerateMatchIdOutput < Struct.new( :match_groups, :failed_records) SENSITIVE = [] include Aws::Structure end |
#match_groups ⇒ Array<Types::MatchGroup>
The match groups from the generated match ID.
838 839 840 841 842 843 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 838 class GenerateMatchIdOutput < Struct.new( :match_groups, :failed_records) SENSITIVE = [] include Aws::Structure end |