GetDevicePoolPlainArgs

data class GetDevicePoolPlainArgs(val arn: String) : ConvertibleToJava<GetDevicePoolPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the device pool. See Amazon resource names in the General Reference guide .

Functions

Link copied to clipboard
open override fun toJava(): GetDevicePoolPlainArgs