CancelMaintenanceWindowExecutionResult.fromJson constructor
Implementation
factory CancelMaintenanceWindowExecutionResult.fromJson(
Map<String, dynamic> json) {
return CancelMaintenanceWindowExecutionResult(
windowExecutionId: json['WindowExecutionId'] as String?,
);
}