GetCommandsCommand

data class GetCommandsCommand(val commandContent: String, val commandId: String, val description: String, val enableParameter: Boolean, val id: String, val name: String, val parameterNames: List<String>, val timeout: Int, val type: String, val workingDir: String)

Constructors

Link copied to clipboard
constructor(commandContent: String, commandId: String, description: String, enableParameter: Boolean, id: String, name: String, parameterNames: List<String>, timeout: Int, type: String, workingDir: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Base64-encoded content of the command.

Link copied to clipboard

The ID of the Command.

Link copied to clipboard

The description of command.

Link copied to clipboard

Specifies whether to use custom parameters in the command to be created.

Link copied to clipboard
val id: String

The ID of the Command.

Link copied to clipboard

The name of the command

Link copied to clipboard

A list of custom parameter names which are parsed from the command content specified when the command was being created.

Link copied to clipboard

The timeout period that is specified for the command to be run on ECS instances.

Link copied to clipboard

The command type.

Link copied to clipboard

The execution path of the command in the ECS instance.