toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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