GetCommandResult

data class GetCommandResult(val commandArn: String? = null, val createdAt: String? = null, val deprecated: Boolean? = null, val description: String? = null, val displayName: String? = null, val mandatoryParameters: List<CommandParameter>? = null, val namespace: CommandNamespace? = null, val payload: CommandPayload? = null, val pendingDeletion: Boolean? = null, val roleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(commandArn: String? = null, createdAt: String? = null, deprecated: Boolean? = null, description: String? = null, displayName: String? = null, mandatoryParameters: List<CommandParameter>? = null, namespace: CommandNamespace? = null, payload: CommandPayload? = null, pendingDeletion: Boolean? = null, roleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commandArn: String? = null

The Amazon Resource Name (ARN) of the command.

Link copied to clipboard
val createdAt: String? = null

The date and time when the command was created.

Link copied to clipboard
val deprecated: Boolean? = null

A flag indicating whether the command is deprecated.

Link copied to clipboard
val description: String? = null

The description of the command.

Link copied to clipboard
val displayName: String? = null

The display name for the command.

Link copied to clipboard

The list of mandatory parameters for the command.

Link copied to clipboard

The namespace to which the command belongs.

Link copied to clipboard
val payload: CommandPayload? = null

The payload associated with the command.

Link copied to clipboard

A flag indicating whether the command is pending deletion.

Link copied to clipboard
val roleArn: String? = null

The customer role associated with the command.

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

The tags to be associated with the command.