Class: Aws::GeoPlaces::Types::GeocodeParsedQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::GeocodeParsedQuery
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
Parsed components in the provided QueryText.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Types::GeocodeParsedQueryAddressComponents
The place address.
-
#title ⇒ Array<Types::ParsedQueryComponent>
The localized display name of this result item based on request parameter
language.
Instance Attribute Details
#address ⇒ Types::GeocodeParsedQueryAddressComponents
The place address.
960 961 962 963 964 965 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 960 class GeocodeParsedQuery < Struct.new( :title, :address) SENSITIVE = [] include Aws::Structure end |
#title ⇒ Array<Types::ParsedQueryComponent>
The localized display name of this result item based on request
parameter language.
960 961 962 963 964 965 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 960 class GeocodeParsedQuery < Struct.new( :title, :address) SENSITIVE = [] include Aws::Structure end |