GetDeviceResult

data class GetDeviceResult(val awsLocation: DeviceAwsLocation? = null, val createdAt: String? = null, val description: String? = null, val deviceArn: String? = null, val deviceId: String? = null, val location: DeviceLocation? = null, val model: String? = null, val serialNumber: String? = null, val siteId: String? = null, val state: String? = null, val tags: List<Tag>? = null, val type: String? = null, val vendor: String? = null)

Constructors

Link copied to clipboard
constructor(awsLocation: DeviceAwsLocation? = null, createdAt: String? = null, description: String? = null, deviceArn: String? = null, deviceId: String? = null, location: DeviceLocation? = null, model: String? = null, serialNumber: String? = null, siteId: String? = null, state: String? = null, tags: List<Tag>? = null, type: String? = null, vendor: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services location of the device, if applicable.

Link copied to clipboard
val createdAt: String? = null

The date and time that the device was created.

Link copied to clipboard
val description: String? = null

The description of the device.

Link copied to clipboard
val deviceArn: String? = null

The Amazon Resource Name (ARN) of the device.

Link copied to clipboard
val deviceId: String? = null

The ID of the device.

Link copied to clipboard

The site location.

Link copied to clipboard
val model: String? = null

The device model

Link copied to clipboard
val serialNumber: String? = null

The device serial number.

Link copied to clipboard
val siteId: String? = null

The site ID.

Link copied to clipboard
val state: String? = null

The state of the device.

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

The tags for the device.

Link copied to clipboard
val type: String? = null

The device type.

Link copied to clipboard
val vendor: String? = null

The device vendor.