MaintenanceWindowRunCommandParameters constructor
      
      MaintenanceWindowRunCommandParameters({ 
    
    
- CloudWatchOutputConfig? cloudWatchOutputConfig,
- String? comment,
- String? documentHash,
- DocumentHashType? documentHashType,
- String? documentVersion,
- NotificationConfig? notificationConfig,
- String? outputS3BucketName,
- String? outputS3KeyPrefix,
- Map<String, List< ? parameters,String> >
- String? serviceRoleArn,
- int? timeoutSeconds,
Implementation
MaintenanceWindowRunCommandParameters({
  this.cloudWatchOutputConfig,
  this.comment,
  this.documentHash,
  this.documentHashType,
  this.documentVersion,
  this.notificationConfig,
  this.outputS3BucketName,
  this.outputS3KeyPrefix,
  this.parameters,
  this.serviceRoleArn,
  this.timeoutSeconds,
});