Class: Aws::GeoPlaces::Types::UspsZip
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::UspsZip
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
The USPS zip code.
Constant Summary collapse
- SENSITIVE =
[:zip_classification_code]
Instance Attribute Summary collapse
-
#zip_classification_code ⇒ String
The ZIP Classification Code, or in other words what type of postal code is it.
Instance Attribute Details
#zip_classification_code ⇒ String
The ZIP Classification Code, or in other words what type of postal code is it.
3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3288 class UspsZip < Struct.new( :zip_classification_code) SENSITIVE = [:zip_classification_code] include Aws::Structure end |