Class: Aws::GeoPlaces::Types::AutocompleteHighlights

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-geoplaces/types.rb

Overview

Describes how the parts of the response element matched the input query by returning the sections of the response which matched to input query terms.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::AutocompleteAddressHighlights

Describes how part of the result address match the input query.



455
456
457
458
459
460
# File 'lib/aws-sdk-geoplaces/types.rb', line 455

class AutocompleteHighlights < Struct.new(
  :title,
  :address)
  SENSITIVE = []
  include Aws::Structure
end

#titleArray<Types::Highlight>

Indicates where the title field in the result matches the input query.

Returns:



455
456
457
458
459
460
# File 'lib/aws-sdk-geoplaces/types.rb', line 455

class AutocompleteHighlights < Struct.new(
  :title,
  :address)
  SENSITIVE = []
  include Aws::Structure
end