Class: Aws::GeoPlaces::Types::UspsZip

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

Overview

The USPS zip code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#zip_classification_codeString

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

Returns:

  • (String)


2808
2809
2810
2811
2812
# File 'lib/aws-sdk-geoplaces/types.rb', line 2808

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