AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotwireless
/
aws.sdk.kotlin.services.iotwireless.model
/
IdentifierType
Identifier
Type
sealed
class
IdentifierType
Inheritors
DevEui
GatewayEui
PartnerAccountId
WirelessDeviceId
WirelessGatewayId
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Dev
Eui
Link copied to clipboard
object
DevEui
:
IdentifierType
Gateway
Eui
Link copied to clipboard
object
GatewayEui
:
IdentifierType
Partner
Account
Id
Link copied to clipboard
object
PartnerAccountId
:
IdentifierType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IdentifierType
Wireless
Device
Id
Link copied to clipboard
object
WirelessDeviceId
:
IdentifierType
Wireless
Gateway
Id
Link copied to clipboard
object
WirelessGatewayId
:
IdentifierType
Properties
value
Link copied to clipboard
abstract
val
value
:
String