Class: Aws::Types::SuggestionTextWithHighlights
- Inherits:
-
Object
- Object
- Aws::Types::SuggestionTextWithHighlights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#highlights ⇒ ::Array[Types::SuggestionHighlight]
Returns the value of attribute highlights.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#highlights ⇒ ::Array[Types::SuggestionHighlight]
Returns the value of attribute highlights.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def highlights @highlights end |
#text ⇒ ::String
Returns the value of attribute text.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def text @text end |