Get Command Result
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)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the command.
Link copied to clipboard
A flag indicating whether the command is deprecated.
Link copied to clipboard
The description of the command.
Link copied to clipboard
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
The payload associated with the command.
Link copied to clipboard
A flag indicating whether the command is pending deletion.