GetDeviceProfileResult

data class GetDeviceProfileResult(val arn: String? = null, val id: String? = null, val loRaWan: DeviceProfileLoRaWanDeviceProfile? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, loRaWan: DeviceProfileLoRaWanDeviceProfile? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Service profile Arn. Returned after successful create.

Link copied to clipboard
val id: String? = null

Service profile Id. Returned after successful create.

Link copied to clipboard

LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation

Link copied to clipboard
val name: String? = null

Name of service profile

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

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