Class: Aws::Types::MatchGroup
- Inherits:
-
Object
- Object
- Aws::Types::MatchGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_id ⇒ ::String
Returns the value of attribute match_id.
-
#match_rule ⇒ ::String
Returns the value of attribute match_rule.
-
#records ⇒ ::Array[Types::MatchedRecord]
Returns the value of attribute records.
Instance Attribute Details
#match_id ⇒ ::String
Returns the value of attribute match_id.
644 645 646 |
# File 'sig/types.rbs', line 644 def match_id @match_id end |
#match_rule ⇒ ::String
Returns the value of attribute match_rule.
645 646 647 |
# File 'sig/types.rbs', line 645 def match_rule @match_rule end |
#records ⇒ ::Array[Types::MatchedRecord]
Returns the value of attribute records.
643 644 645 |
# File 'sig/types.rbs', line 643 def records @records end |