Class: Aws::GeoPlaces::Types::AutocompleteHighlights
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::AutocompleteHighlights
- 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
-
#address ⇒ Types::AutocompleteAddressHighlights
Describes how part of the result address match the input query.
-
#title ⇒ Array<Types::Highlight>
Indicates where the title field in the result matches the input query.
Instance Attribute Details
#address ⇒ Types::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 |
#title ⇒ Array<Types::Highlight>
Indicates where the title field in the result matches 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 |