Class: Aws::GeoPlaces::Types::UspsZipPlus4

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

Instance Attribute Details

#record_type_codeString

The USPS ZIP+4 Record Type Code.

Returns:

  • (String)


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