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)


3373
3374
3375
3376
3377
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3373

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