Class: Aws::GeoPlaces::Types::UspsZipPlus4
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::UspsZipPlus4
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
The USPS zip+4 code.
Constant Summary collapse
- SENSITIVE =
[:record_type_code]
Instance Attribute Summary collapse
-
#record_type_code ⇒ String
The USPS ZIP+4 Record Type Code.
Instance Attribute Details
#record_type_code ⇒ String
The USPS ZIP+4 Record Type Code.
3302 3303 3304 3305 3306 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3302 class UspsZipPlus4 < Struct.new( :record_type_code) SENSITIVE = [:record_type_code] include Aws::Structure end |