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
/
WirelessGatewayIdType
Wireless
Gateway
Id
Type
sealed
class
WirelessGatewayIdType
Inheritors
GatewayEui
ThingName
WirelessGatewayId
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Gateway
Eui
Link copied to clipboard
object
GatewayEui
:
WirelessGatewayIdType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
WirelessGatewayIdType
Thing
Name
Link copied to clipboard
object
ThingName
:
WirelessGatewayIdType
Wireless
Gateway
Id
Link copied to clipboard
object
WirelessGatewayId
:
WirelessGatewayIdType
Properties
value
Link copied to clipboard
abstract
val
value
:
String