AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
geoplaces
/
aws.sdk.kotlin.services.geoplaces.model
/
ZipClassificationCode
Zip
Classification
Code
sealed
class
ZipClassificationCode
Inheritors
Military
PostOfficeBoxes
Unique
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Military
Link copied to clipboard
object
Military
:
ZipClassificationCode
Post
Office
Boxes
Link copied to clipboard
object
PostOfficeBoxes
:
ZipClassificationCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ZipClassificationCode
Unique
Link copied to clipboard
object
Unique
:
ZipClassificationCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String