GetCommandInvocationResult constructor
GetCommandInvocationResult({
- CloudWatchOutputConfig? cloudWatchOutputConfig,
- String? commandId,
- String? comment,
- String? documentName,
- String? documentVersion,
- String? executionElapsedTime,
- String? executionEndDateTime,
- String? executionStartDateTime,
- String? instanceId,
- String? pluginName,
- int? responseCode,
- String? standardErrorContent,
- String? standardErrorUrl,
- String? standardOutputContent,
- String? standardOutputUrl,
- CommandInvocationStatus? status,
- String? statusDetails,
Implementation
GetCommandInvocationResult({
this.cloudWatchOutputConfig,
this.commandId,
this.comment,
this.documentName,
this.documentVersion,
this.executionElapsedTime,
this.executionEndDateTime,
this.executionStartDateTime,
this.instanceId,
this.pluginName,
this.responseCode,
this.standardErrorContent,
this.standardErrorUrl,
this.standardOutputContent,
this.standardOutputUrl,
this.status,
this.statusDetails,
});