Class: Aws::Types::MatchRationaleItem
- Inherits:
-
Object
- Object
- Aws::Types::MatchRationaleItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: TextMatches, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text_matches ⇒ ::Array[Types::TextMatchItem]
Returns the value of attribute text_matches.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#text_matches ⇒ ::Array[Types::TextMatchItem]
Returns the value of attribute text_matches.
4481 4482 4483 |
# File 'sig/types.rbs', line 4481 def text_matches @text_matches end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4482 4483 4484 |
# File 'sig/types.rbs', line 4482 def unknown @unknown end |