GetCommandInvocationResult constructor

GetCommandInvocationResult({
  1. CloudWatchOutputConfig? cloudWatchOutputConfig,
  2. String? commandId,
  3. String? comment,
  4. String? documentName,
  5. String? documentVersion,
  6. String? executionElapsedTime,
  7. String? executionEndDateTime,
  8. String? executionStartDateTime,
  9. String? instanceId,
  10. String? pluginName,
  11. int? responseCode,
  12. String? standardErrorContent,
  13. String? standardErrorUrl,
  14. String? standardOutputContent,
  15. String? standardOutputUrl,
  16. CommandInvocationStatus? status,
  17. 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,
});