Get Fuota Task Result
data class GetFuotaTaskResult(val arn: String? = null, val associateMulticastGroup: String? = null, val associateWirelessDevice: String? = null, val description: String? = null, val disassociateMulticastGroup: String? = null, val disassociateWirelessDevice: String? = null, val firmwareUpdateImage: String? = null, val firmwareUpdateRole: String? = null, val fuotaTaskStatus: String? = null, val id: String? = null, val loRaWan: FuotaTaskLoRaWan? = null, val name: String? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, associateMulticastGroup: String? = null, associateWirelessDevice: String? = null, description: String? = null, disassociateMulticastGroup: String? = null, disassociateWirelessDevice: String? = null, firmwareUpdateImage: String? = null, firmwareUpdateRole: String? = null, fuotaTaskStatus: String? = null, id: String? = null, loRaWan: FuotaTaskLoRaWan? = null, name: String? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Multicast group to associate. Only for update request.
Link copied to clipboard
Wireless device to associate. Only for update request.
Link copied to clipboard
FUOTA task description
Link copied to clipboard
Multicast group to disassociate. Only for update request.
Link copied to clipboard
Wireless device to disassociate. Only for update request.
Link copied to clipboard
FUOTA task firmware update image binary S3 link
Link copied to clipboard
FUOTA task firmware IAM role for reading S3
Link copied to clipboard
FUOTA task status. Returned after successful read.
Link copied to clipboard
FUOTA task LoRaWAN