Class: Aws::GeoPlaces::Types::PostalCodeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::PostalCodeDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Contains details about the postal code of the place or result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#postal_authority ⇒ String
The postal authority or entity.
-
#postal_code ⇒ String
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 posses.
-
#postal_code_type ⇒ String
The postal code type.
-
#usps_zip ⇒ Types::UspsZip
The ZIP Classification Code, or in other words what type of postal code is it.
-
#usps_zip_plus_4 ⇒ Types::UspsZipPlus4
The USPS ZIP+4 Record Type Code.
Instance Attribute Details
#postal_authority ⇒ String
The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.
1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1499 class PostalCodeDetails < Struct.new( :postal_code, :postal_authority, :postal_code_type, :usps_zip, :usps_zip_plus_4) SENSITIVE = [] include Aws::Structure end |
#postal_code ⇒ String
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 posses.
1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1499 class PostalCodeDetails < Struct.new( :postal_code, :postal_authority, :postal_code_type, :usps_zip, :usps_zip_plus_4) SENSITIVE = [] include Aws::Structure end |
#postal_code_type ⇒ String
The postal code type.
1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1499 class PostalCodeDetails < Struct.new( :postal_code, :postal_authority, :postal_code_type, :usps_zip, :usps_zip_plus_4) SENSITIVE = [] include Aws::Structure end |
#usps_zip ⇒ Types::UspsZip
The ZIP Classification Code, or in other words what type of postal code is it.
1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1499 class PostalCodeDetails < Struct.new( :postal_code, :postal_authority, :postal_code_type, :usps_zip, :usps_zip_plus_4) SENSITIVE = [] include Aws::Structure end |
#usps_zip_plus_4 ⇒ Types::UspsZipPlus4
The USPS ZIP+4 Record Type Code.
1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1499 class PostalCodeDetails < Struct.new( :postal_code, :postal_authority, :postal_code_type, :usps_zip, :usps_zip_plus_4) SENSITIVE = [] include Aws::Structure end |