GetCommandsResult

data class GetCommandsResult(val commandType: String? = null, val commands: List<GetCommandsCommand>, val contentEncoding: String? = null, val desktopId: String? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null)

A collection of values returned by getCommands.

Constructors

Link copied to clipboard
constructor(commandType: String? = null, commands: List<GetCommandsCommand>, contentEncoding: String? = null, desktopId: String? = null, id: String, ids: List<String>, outputFile: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val commandType: String? = null
Link copied to clipboard
val contentEncoding: String? = null
Link copied to clipboard
val desktopId: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null