GetWirelessGatewayResult

data class GetWirelessGatewayResult(val arn: String? = null, val description: String? = null, val id: String? = null, val lastUplinkReceivedAt: String? = null, val loRaWan: WirelessGatewayLoRaWanGateway? = null, val name: String? = null, val tags: List<Tag>? = null, val thingArn: String? = null, val thingName: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, id: String? = null, lastUplinkReceivedAt: String? = null, loRaWan: WirelessGatewayLoRaWanGateway? = null, name: String? = null, tags: List<Tag>? = null, thingArn: String? = null, thingName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Arn for Wireless Gateway. Returned upon successful create.

Link copied to clipboard
val description: String? = null

Description of Wireless Gateway.

Link copied to clipboard
val id: String? = null

Id for Wireless Gateway. Returned upon successful create.

Link copied to clipboard

The date and time when the most recent uplink was received.

Link copied to clipboard

The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.

Link copied to clipboard
val name: String? = null

Name of Wireless Gateway.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that contain metadata for the gateway.

Link copied to clipboard
val thingArn: String? = null

Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.

Link copied to clipboard
val thingName: String? = null

Thing Name. If there is a Thing created, this can be returned with a Get call.