CommandInvocation constructor

CommandInvocation({
  1. CloudWatchOutputConfig? cloudWatchOutputConfig,
  2. String? commandId,
  3. List<CommandPlugin>? commandPlugins,
  4. String? comment,
  5. String? documentName,
  6. String? documentVersion,
  7. String? instanceId,
  8. String? instanceName,
  9. NotificationConfig? notificationConfig,
  10. DateTime? requestedDateTime,
  11. String? serviceRole,
  12. String? standardErrorUrl,
  13. String? standardOutputUrl,
  14. CommandInvocationStatus? status,
  15. String? statusDetails,
  16. String? traceOutput,
})

Implementation

CommandInvocation({
  this.cloudWatchOutputConfig,
  this.commandId,
  this.commandPlugins,
  this.comment,
  this.documentName,
  this.documentVersion,
  this.instanceId,
  this.instanceName,
  this.notificationConfig,
  this.requestedDateTime,
  this.serviceRole,
  this.standardErrorUrl,
  this.standardOutputUrl,
  this.status,
  this.statusDetails,
  this.traceOutput,
});