Class: Aws::Types::SearchForSuggestionsResult
- Inherits:
-
Object
- Object
- Aws::Types::SearchForSuggestionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
-
#place_id ⇒ ::String
Returns the value of attribute place_id.
-
#supplemental_categories ⇒ ::Array[::String]
Returns the value of attribute supplemental_categories.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def categories @categories end |
#place_id ⇒ ::String
Returns the value of attribute place_id.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def place_id @place_id end |
#supplemental_categories ⇒ ::Array[::String]
Returns the value of attribute supplemental_categories.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def supplemental_categories @supplemental_categories end |
#text ⇒ ::String
Returns the value of attribute text.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def text @text end |