Class: Aws::GeoPlaces::Types::SecondaryAddressComponentMatchScore
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::SecondaryAddressComponentMatchScore
- 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
-
#number ⇒ Float
Match score for the secondary address number.
Instance Attribute Details
#number ⇒ Float
Match score for the secondary address number.
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 |