Class: Aws::Types::GenerateMatchIdOutput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateMatchIdOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_records ⇒ ::Array[Types::FailedRecord]
Returns the value of attribute failed_records.
-
#match_groups ⇒ ::Array[Types::MatchGroup]
Returns the value of attribute match_groups.
Instance Attribute Details
#failed_records ⇒ ::Array[Types::FailedRecord]
Returns the value of attribute failed_records.
240 241 242 |
# File 'sig/types.rbs', line 240 def failed_records @failed_records end |
#match_groups ⇒ ::Array[Types::MatchGroup]
Returns the value of attribute match_groups.
239 240 241 |
# File 'sig/types.rbs', line 239 def match_groups @match_groups end |