Class: Aws::GeoPlaces::Types::PostalCodeDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#postal_authorityString

The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.

Returns:

  • (String)


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_codeString

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.

Returns:

  • (String)


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_typeString

The postal code type.

Returns:

  • (String)


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_zipTypes::UspsZip

The ZIP Classification Code, or in other words what type of postal code is it.

Returns:



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_4Types::UspsZipPlus4

The USPS ZIP+4 Record Type Code.

Returns:



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