Class: Aws::GeoPlaces::Types::RegionHighlights
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::RegionHighlights
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Indicates the starting and ending index of the region in the text query that match the found title.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the region in the text query that match the found title.
-
#name ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the region name in the text query that match the found title.
Instance Attribute Details
#code ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the region in the text query that match the found title.
1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1581 class RegionHighlights < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the region name in the text query that match the found title.
1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1581 class RegionHighlights < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |