CommandInvocation constructor
CommandInvocation({
- CloudWatchOutputConfig? cloudWatchOutputConfig,
- String? commandId,
- List<
CommandPlugin> ? commandPlugins, - String? comment,
- String? documentName,
- String? documentVersion,
- String? instanceId,
- String? instanceName,
- NotificationConfig? notificationConfig,
- DateTime? requestedDateTime,
- String? serviceRole,
- String? standardErrorUrl,
- String? standardOutputUrl,
- CommandInvocationStatus? status,
- String? statusDetails,
- 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,
});