Class: Aws::GeoPlaces::Types::SecondaryAddressComponentMatchScore

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

Overview

Match score for a secondary address component in the result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#numberFloat

Match score for the secondary address number.

Returns:

  • (Float)


2777
2778
2779
2780
2781
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 2777

class SecondaryAddressComponentMatchScore < Struct.new(
  :number)
  SENSITIVE = []
  include Aws::Structure
end