Class: Aws::Types::GetMatchIdOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMatchIdOutput
- 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.
Instance Attribute Details
#match_id ⇒ ::String
Returns the value of attribute match_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def match_id @match_id end |
#match_rule ⇒ ::String
Returns the value of attribute match_rule.
310 311 312 |
# File 'sig/types.rbs', line 310 def match_rule @match_rule end |