Class: Aws::Types::SuggestModel
- Inherits:
-
Object
- Object
- Aws::Types::SuggestModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#found ⇒ ::Integer
Returns the value of attribute found.
-
#query ⇒ ::String
Returns the value of attribute query.
-
#suggestions ⇒ ::Array[Types::SuggestionMatch]
Returns the value of attribute suggestions.
Instance Attribute Details
#found ⇒ ::Integer
Returns the value of attribute found.
100 101 102 |
# File 'sig/types.rbs', line 100 def found @found end |
#query ⇒ ::String
Returns the value of attribute query.
99 100 101 |
# File 'sig/types.rbs', line 99 def query @query end |
#suggestions ⇒ ::Array[Types::SuggestionMatch]
Returns the value of attribute suggestions.
101 102 103 |
# File 'sig/types.rbs', line 101 def suggestions @suggestions end |