Class: Aws::GeoPlaces::Types::SubRegionHighlights
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::SubRegionHighlights
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Indicates the starting and ending index of the sub-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 sub-region in the text query that match the found title.
-
#name ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the 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 sub-region in the text query that match the found title.
2412 2413 2414 2415 2416 2417 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2412 class SubRegionHighlights < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ Array<Types::Highlight>
Indicates the starting and ending index of the name in the text query that match the found title.
2412 2413 2414 2415 2416 2417 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2412 class SubRegionHighlights < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |