Class: Aws::GeoPlaces::Types::GeocodeParsedQueryAddressComponents
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::GeocodeParsedQueryAddressComponents
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
Parsed address components in the provided QueryText.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_number ⇒ Array<Types::ParsedQueryComponent>
The number that identifies an address within a street.
-
#block ⇒ Array<Types::ParsedQueryComponent>
Name of the block.
-
#building ⇒ Array<Types::ParsedQueryComponent>
The name of the building at the address.
-
#country ⇒ Array<Types::ParsedQueryComponent>
The alpha-2 or alpha-3 character code for the country that the results will be present in.
-
#district ⇒ Array<Types::ParsedQueryComponent>
The district or division of a city the results should be present in.
-
#locality ⇒ Array<Types::ParsedQueryComponent>
The city or locality of the address.
-
#postal_code ⇒ Array<Types::ParsedQueryComponent>
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.
-
#region ⇒ Array<Types::ParsedQueryComponent>
The region or state results should be present in.
-
#secondary_address_components ⇒ Array<Types::ParsedQuerySecondaryAddressComponent>
Parsed secondary address components from the provided query text.
-
#street ⇒ Array<Types::ParsedQueryComponent>
The name of the street results should be present in.
-
#sub_block ⇒ Array<Types::ParsedQueryComponent>
Name of sub-block.
-
#sub_district ⇒ Array<Types::ParsedQueryComponent>
A subdivision of a district.
-
#sub_region ⇒ Array<Types::ParsedQueryComponent>
The sub-region or county for which results should be present in.
Instance Attribute Details
#address_number ⇒ Array<Types::ParsedQueryComponent>
The number that identifies an address within a street.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#block ⇒ Array<Types::ParsedQueryComponent>
Name of the block.
Example: Sunny Mansion 203 block: 2 Chome
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#building ⇒ Array<Types::ParsedQueryComponent>
The name of the building at the address.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#country ⇒ Array<Types::ParsedQueryComponent>
The alpha-2 or alpha-3 character code for the country that the results will be present in.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#district ⇒ Array<Types::ParsedQueryComponent>
The district or division of a city the results should be present in.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#locality ⇒ Array<Types::ParsedQueryComponent>
The city or locality of the address.
Example: Vancouver.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#postal_code ⇒ Array<Types::ParsedQueryComponent>
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#region ⇒ Array<Types::ParsedQueryComponent>
The region or state results should be present in.
Example: North Rhine-Westphalia.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#secondary_address_components ⇒ Array<Types::ParsedQuerySecondaryAddressComponent>
Parsed secondary address components from the provided query text.
ParsedQuery.Address.SecondaryAddressComponents is
available in the following countries:
AUS, AUT, BRA, CAN, ESP, FRA, GBR, HKG, IDN, IND, NZL, TUR, TWN, USA
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#street ⇒ Array<Types::ParsedQueryComponent>
The name of the street results should be present in.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#sub_block ⇒ Array<Types::ParsedQueryComponent>
Name of sub-block.
Example: Sunny Mansion 203 sub-block: 4
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#sub_district ⇒ Array<Types::ParsedQueryComponent>
A subdivision of a district.
Example: Minden-Lübbecke.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |
#sub_region ⇒ Array<Types::ParsedQueryComponent>
The sub-region or county for which results should be present in.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1082 class GeocodeParsedQueryAddressComponents < Struct.new( :country, :region, :sub_region, :locality, :district, :sub_district, :postal_code, :block, :sub_block, :street, :address_number, :building, :secondary_address_components) SENSITIVE = [] include Aws::Structure end |