Class: Aws::Types::SearchForSuggestionsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text, :place_id])

Instance Attribute Summary collapse

Instance Attribute Details

#categories::Array[::String]

Returns the value of attribute categories.

Returns:

  • (::Array[::String])


1179
1180
1181
# File 'sig/types.rbs', line 1179

def categories
  @categories
end

#place_id::String

Returns the value of attribute place_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1180
1181
1182
# File 'sig/types.rbs', line 1180

def supplemental_categories
  @supplemental_categories
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def text
  @text
end