AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
snowball
/
aws.sdk.kotlin.services.snowball.model
/
AddressType
Address
Type
sealed
class
AddressType
Inheritors
AwsShip
CustPickup
SdkUnknown
Members
Types
Aws
Ship
Link copied to clipboard
object
AwsShip
:
AddressType
Companion
Link copied to clipboard
object
Companion
Cust
Pickup
Link copied to clipboard
object
CustPickup
:
AddressType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AddressType
Properties
value
Link copied to clipboard
abstract
val
value
:
String