Class: Aws::GeoPlaces::Types::Highlight

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

Overview

Describes how parts of the result response match the input query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_indexInteger

End index of the highlight.

Returns:

  • (Integer)


1319
1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-geoplaces/types.rb', line 1319

class Highlight < Struct.new(
  :start_index,
  :end_index,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#start_indexInteger

Start index of the highlight.

Returns:

  • (Integer)


1319
1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-geoplaces/types.rb', line 1319

class Highlight < Struct.new(
  :start_index,
  :end_index,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The highlight’s value.

Returns:

  • (String)


1319
1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-geoplaces/types.rb', line 1319

class Highlight < Struct.new(
  :start_index,
  :end_index,
  :value)
  SENSITIVE = []
  include Aws::Structure
end