Class: Aws::GeoPlaces::Types::CountryHighlights

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

Overview

Indicates the starting and ending index of the country in the text query that match the found title.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeArray<Types::Highlight>

Indicates the starting and ending index of the country code in the text query that match the found title.

Returns:



801
802
803
804
805
806
# File 'lib/aws-sdk-geoplaces/types.rb', line 801

class CountryHighlights < Struct.new(
  :code,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameArray<Types::Highlight>

Indicates the starting and ending index of the country code in the text query that match the found title.

Returns:



801
802
803
804
805
806
# File 'lib/aws-sdk-geoplaces/types.rb', line 801

class CountryHighlights < Struct.new(
  :code,
  :name)
  SENSITIVE = []
  include Aws::Structure
end