GetDeviceResult

data class GetDeviceResult(val arn: String, val awsLocations: List<GetDeviceAwsLocation>, val description: String, val deviceId: String, val globalNetworkId: String, val id: String, val locations: List<GetDeviceLocation>, val model: String, val serialNumber: String, val siteId: String, val tags: Map<String, String>, val type: String, val vendor: String)

A collection of values returned by getDevice.

Constructors

Link copied to clipboard
constructor(arn: String, awsLocations: List<GetDeviceAwsLocation>, description: String, deviceId: String, globalNetworkId: String, id: String, locations: List<GetDeviceLocation>, model: String, serialNumber: String, siteId: String, tags: Map<String, String>, type: String, vendor: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the device.

Link copied to clipboard

AWS location of the device. Documented below.

Link copied to clipboard

Description of the device.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Location of the device. Documented below.

Link copied to clipboard

Model of device.

Link copied to clipboard

Serial number of the device.

Link copied to clipboard

ID of the site.

Link copied to clipboard

Key-value tags for the device.

Link copied to clipboard

Type of device.

Link copied to clipboard

Vendor of the device.