Class: Aws::GeoPlaces::Types::UspsZipPlus4
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::UspsZipPlus4
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
The USPS zip+4 code.
Constant Summary collapse
- SENSITIVE =
[]
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.
2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2822 class UspsZipPlus4 < Struct.new( :record_type_code) SENSITIVE = [] include Aws::Structure end |